Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16430 SDValue SToVRHS = isScalarToVec(RHS); in combineVectorShuffle() local
16431 if (SToVLHS || SToVRHS) { in combineVectorShuffle()
16465 if (SToVRHS) { in combineVectorShuffle()
16466 RHSScalarSize = SToVRHS.getValueType().getScalarSizeInBits(); in combineVectorShuffle()
16477 RHSLastElt, RHS, SToVRHS, DAG, Subtarget); in combineVectorShuffle()