Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSVal

28   Value *LHSVal = FirstInst->getOperand(0);
31 Type *LHSType = LHSVal->getType();
66 if (I->getOperand(0) != LHSVal) LHSVal = 0;
74 if (!LHSVal && !RHSVal)
82 if (LHSVal == 0) {
87 LHSVal = NewLHS;
115 LHSVal, RHSVal);
122 BinaryOperator::Create(BinOp->getOpcode(), LHSVal, RHSVal);