Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:RHSVal

29   Value *RHSVal = FirstInst->getOperand(1);
32 Type *RHSType = RHSVal->getType();
67 if (I->getOperand(1) != RHSVal) RHSVal = 0;
74 if (!LHSVal && !RHSVal)
90 if (RHSVal == 0) {
95 RHSVal = NewRHS;
115 LHSVal, RHSVal);
122 BinaryOperator::Create(BinOp->getOpcode(), LHSVal, RHSVal);