Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15624 SDValue TheSplat = IsLittleEndian ? RHS : LHS; in combineVectorShuffle() local
15630 if (!isSplatBV(TheSplat)) in combineVectorShuffle()
15683 cast<BuildVectorSDNode>(TheSplat.getNode())->getSplatValue(); in combineVectorShuffle()
15684 TheSplat = DAG.getSplatBuildVector(TheSplat.getValueType(), dl, SplatVal); in combineVectorShuffle()
15687 RHS = TheSplat; in combineVectorShuffle()
15689 LHS = TheSplat; in combineVectorShuffle()