reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
291 Type *RHSType = RHSVal->getType(); 310 if (I->getOperand(1) != RHSVal) RHSVal = nullptr; 310 if (I->getOperand(1) != RHSVal) RHSVal = nullptr; 317 if (!LHSVal && !RHSVal) 333 if (!RHSVal) { 338 RHSVal = NewRHS; 358 LHSVal, RHSVal); 365 BinaryOperator::Create(BinOp->getOpcode(), LHSVal, RHSVal);