Home | History | Annotate | Download | only in InstCombine

Lines Matching full:rhsval

31   Value *RHSVal = FirstInst->getOperand(1);
34 Type *RHSType = RHSVal->getType();
69 if (I->getOperand(1) != RHSVal) RHSVal = nullptr;
76 if (!LHSVal && !RHSVal)
92 if (!RHSVal) {
97 RHSVal = NewRHS;
117 LHSVal, RHSVal);
124 BinaryOperator::Create(BinOp->getOpcode(), LHSVal, RHSVal);