Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:LHSVal

30   Value *LHSVal = FirstInst->getOperand(0);
33 Type *LHSType = LHSVal->getType();
68 if (I->getOperand(0) != LHSVal) LHSVal = nullptr;
76 if (!LHSVal && !RHSVal)
84 if (!LHSVal) {
89 LHSVal = NewLHS;
117 LHSVal, RHSVal);
124 BinaryOperator::Create(BinOp->getOpcode(), LHSVal, RHSVal);