Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SimplifyAddInst

520 /// SimplifyAddInst - Given operands for an Add, see if we can
522 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
584 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
586 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, TD, DT, RecursionLimit);
2306 return SimplifyAddInst(LHS, RHS, /*isNSW*/false, /*isNUW*/false,
2389 Result = SimplifyAddInst(I->getOperand(0), I->getOperand(1),