Searched refs:SimplifyAddInst (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 122 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | PHITransAddr.cpp | 280 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, {DL, TLI, DT, AC})) { in PHITranslateSubExpr()
|
| H A D | InstructionSimplify.cpp | 572 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 D | InstCombineAddSub.cpp | 1036 if (Value *V = SimplifyAddInst(I.getOperand(0), I.getOperand(1), in visitAdd()
|
| H A D | InstructionCombining.cpp | 1799 SimplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP)); in visitGetElementPtrInst()
|