Home
last modified time | relevance | path

Searched refs:simplifyAddInst (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h62 LLVM_ABI Value *simplifyAddInst(Value *LHS, Value *RHS, bool IsNSW, bool IsNUW,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp271 if (Value *Res = simplifyAddInst(LHS, RHS, isNSW, isNUW, {DL, TLI, DT, AC})) { in translateSubExpr()
H A DInstructionSimplify.cpp592 static Value *simplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifyAddInst() function
659 Value *llvm::simplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifyAddInst() function in llvm
661 return ::simplifyAddInst(Op0, Op1, IsNSW, IsNUW, Query, RecursionLimit); in simplifyAddInst()
6055 return simplifyAddInst(LHS, RHS, /* IsNSW */ false, /* IsNUW */ false, Q, in simplifyBinOp()
7125 return simplifyAddInst( in simplifyInstructionWithOperands()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp110 simplifyAddInst(ShAmt0, ShAmt1, /*isNSW=*/false, /*isNUW=*/false, in reassociateShiftAmtsOfTwoSameDirectionShifts()
239 auto *SumOfShAmts = dyn_cast_or_null<Constant>(simplifyAddInst( in dropRedundantMaskingOfLeftShiftInput()
H A DInstCombineAddSub.cpp1522 if (Value *V = simplifyAddInst(I.getOperand(0), I.getOperand(1), in visitAdd()
H A DInstructionCombining.cpp2724 simplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP)); in visitGEPOfGEP()
H A DInstCombineCompares.cpp4795 simplifyAddInst(XShAmt, YShAmt, /*isNSW=*/false, in foldShiftIntoShiftInAnotherHandOfAndInICmp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2172 Start = simplifyAddInst(Start, AddOffset, in foldURemOfLoopIncrement()