Searched refs:RHSOp0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1124 Value* RHSOp0 = nullptr; local
1133 RHSOp0 = RHSShuffle->getOperand(0);
1134 RHSOp0Width = cast<VectorType>(RHSOp0->getType())->getNumElements();
1151 newRHS = RHSOp0;
1154 if (LHSOp0 == RHSOp0) {
1215 // If newRHS == NULL, i.e. LHSOp0 == RHSOp0, we want to remap any
1216 // references from RHSOp0 to LHSOp0, so we don't need to shift the mask.

Completed in 103 milliseconds