Home
last modified time | relevance | path

Searched refs:SimplifyAddInst (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h122 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DPHITransAddr.cpp280 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, {DL, TLI, DT, AC})) { in PHITranslateSubExpr()
H A DInstructionSimplify.cpp572 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() function
636 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() function in llvm
638 return ::SimplifyAddInst(Op0, Op1, IsNSW, IsNUW, Query, RecursionLimit); in SimplifyAddInst()
4731 return SimplifyAddInst(LHS, RHS, false, false, Q, MaxRecurse); in SimplifyBinOp()
5212 SimplifyAddInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1036 if (Value *V = SimplifyAddInst(I.getOperand(0), I.getOperand(1), in visitAdd()
H A DInstructionCombining.cpp1799 SimplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP)); in visitGetElementPtrInst()