Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h152 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DPHITransAddr.cpp279 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, {DL, TLI, DT, AC})) { in PHITranslateSubExpr()
H A DInstructionSimplify.cpp612 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() function
676 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() function in llvm
678 return ::SimplifyAddInst(Op0, Op1, IsNSW, IsNUW, Query, RecursionLimit); in SimplifyAddInst()
5097 return SimplifyAddInst(LHS, RHS, false, false, Q, MaxRecurse); in SimplifyBinOp()
5837 SimplifyAddInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp111 SimplifyAddInst(ShAmt0, ShAmt1, /*isNSW=*/false, /*isNUW=*/false, in reassociateShiftAmtsOfTwoSameDirectionShifts()
235 auto *SumOfShAmts = dyn_cast_or_null<Constant>(SimplifyAddInst( in dropRedundantMaskingOfLeftShiftInput()
H A DInstCombineAddSub.cpp1288 if (Value *V = SimplifyAddInst(I.getOperand(0), I.getOperand(1), in visitAdd()
H A DInstructionCombining.cpp2118 SimplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP)); in visitGetElementPtrInst()
H A DInstCombineCompares.cpp3604 SimplifyAddInst(XShAmt, YShAmt, /*isNSW=*/false, in foldShiftIntoShiftInAnotherHandOfAndInICmp()