reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
290 Type *LHSType = LHSVal->getType(); 309 if (I->getOperand(0) != LHSVal) LHSVal = nullptr; 309 if (I->getOperand(0) != LHSVal) LHSVal = nullptr; 317 if (!LHSVal && !RHSVal) 325 if (!LHSVal) { 330 LHSVal = NewLHS; 358 LHSVal, RHSVal); 365 BinaryOperator::Create(BinOp->getOpcode(), LHSVal, RHSVal);