Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:RHSVal

30   Value *RHSVal = FirstInst->getOperand(1);
33 Type *RHSType = RHSVal->getType();
68 if (I->getOperand(1) != RHSVal) RHSVal = nullptr;
75 if (!LHSVal && !RHSVal)
91 if (!RHSVal) {
96 RHSVal = NewRHS;
116 LHSVal, RHSVal);
123 BinaryOperator::Create(BinOp->getOpcode(), LHSVal, RHSVal);