Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:RHSVal

33   Value *RHSVal = FirstInst->getOperand(1);
36 Type *RHSType = RHSVal->getType();
55 if (I->getOperand(1) != RHSVal) RHSVal = nullptr;
62 if (!LHSVal && !RHSVal)
78 if (!RHSVal) {
83 RHSVal = NewRHS;
103 LHSVal, RHSVal);
110 BinaryOperator::Create(BinOp->getOpcode(), LHSVal, RHSVal);