Searched refs:SplatValueA (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 1421 SDValue SplatValueA = SplatValue; in getBuildVectorSplat() local 1429 SplatValueA = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, SplatValue); in getBuildVectorSplat() 1438 std::swap(SplatValueA, SplatValueB); in getBuildVectorSplat() 1440 SDValue Ops[16] = { SplatValueA, SplatValueB, SplatValueA, SplatValueB, in getBuildVectorSplat() 1441 SplatValueA, SplatValueB, SplatValueA, SplatValueB, in getBuildVectorSplat() 1442 SplatValueA, SplatValueB, SplatValueA, SplatValueB, in getBuildVectorSplat() 1443 SplatValueA, SplatValueB, SplatValueA, SplatValueB }; in getBuildVectorSplat()
|