Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp15116 SDValue TheSplat = IsLittleEndian ? RHS : LHS; in combineVectorShuffle() local
15122 if (!isSplatBV(TheSplat)) in combineVectorShuffle()
15171 cast<BuildVectorSDNode>(TheSplat.getNode())->getSplatValue(); in combineVectorShuffle()
15172 TheSplat = DAG.getSplatBuildVector(TheSplat.getValueType(), dl, SplatVal); in combineVectorShuffle()
15175 RHS = TheSplat; in combineVectorShuffle()
15177 LHS = TheSplat; in combineVectorShuffle()