Home
last modified time | relevance | path

Searched refs:SplatValueB (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1409 SDValue SplatValueB = SplatValue; in getBuildVectorSplat() local
1417 SplatValueB = DAG.getNode(ISD::SRL, DL, MVT::i64, SplatValue, in getBuildVectorSplat()
1419 SplatValueB = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, SplatValueB); in getBuildVectorSplat()
1425 std::swap(SplatValueA, SplatValueB); in getBuildVectorSplat()
1427 SDValue Ops[16] = { SplatValueA, SplatValueB, SplatValueA, SplatValueB, in getBuildVectorSplat()
1428 SplatValueA, SplatValueB, SplatValueA, SplatValueB, in getBuildVectorSplat()
1429 SplatValueA, SplatValueB, SplatValueA, SplatValueB, in getBuildVectorSplat()
1430 SplatValueA, SplatValueB, SplatValueA, SplatValueB }; in getBuildVectorSplat()