Lines Matching defs:SimplifyAddInst
529 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
582 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
586 return ::SimplifyAddInst(Op0, Op1, isNSW, isNUW, Query(DL, TLI, DT, AC, CxtI),
3765 return SimplifyAddInst(LHS, RHS, /*isNSW*/false, /*isNUW*/false,
4100 Result = SimplifyAddInst(I->getOperand(0), I->getOperand(1),