Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h151 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp279 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, {DL, TLI, DT, AC})) { in PHITranslateSubExpr()
H A DInstructionSimplify.cpp618 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() function
682 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() function in llvm
684 return ::SimplifyAddInst(Op0, Op1, IsNSW, IsNUW, Query, RecursionLimit); in SimplifyAddInst()
5238 return SimplifyAddInst(LHS, RHS, false, false, Q, MaxRecurse); in SimplifyBinOp()
6105 Result = SimplifyAddInst( in simplifyInstructionWithOperands()
/freebsd-13.1/contrib/llvm-project/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.cpp2175 SimplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP)); in visitGetElementPtrInst()
H A DInstCombineCompares.cpp3672 SimplifyAddInst(XShAmt, YShAmt, /*isNSW=*/false, in foldShiftIntoShiftInAnotherHandOfAndInICmp()