Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h147 Value *simplifyAddInst(Value *LHS, Value *RHS, bool IsNSW, bool IsNUW,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DPHITransAddr.cpp281 if (Value *Res = simplifyAddInst(LHS, RHS, isNSW, isNUW, {DL, TLI, DT, AC})) { in PHITranslateSubExpr()
H A DInstructionSimplify.cpp631 static Value *simplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifyAddInst() function
698 Value *llvm::simplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifyAddInst() function in llvm
700 return ::simplifyAddInst(Op0, Op1, IsNSW, IsNUW, Query, RecursionLimit); in simplifyAddInst()
5730 return simplifyAddInst(LHS, RHS, /* IsNSW */ false, /* IsNUW */ false, Q, in simplifyBinOp()
6604 return simplifyAddInst(NewOps[0], NewOps[1], in simplifyInstructionWithOperands()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp110 simplifyAddInst(ShAmt0, ShAmt1, /*isNSW=*/false, /*isNUW=*/false, in reassociateShiftAmtsOfTwoSameDirectionShifts()
234 auto *SumOfShAmts = dyn_cast_or_null<Constant>(simplifyAddInst( in dropRedundantMaskingOfLeftShiftInput()
H A DInstCombineAddSub.cpp1339 if (Value *V = simplifyAddInst(I.getOperand(0), I.getOperand(1), in visitAdd()
H A DInstructionCombining.cpp2138 simplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP)); in visitGEPOfGEP()
H A DInstCombineCompares.cpp3854 simplifyAddInst(XShAmt, YShAmt, /*isNSW=*/false, in foldShiftIntoShiftInAnotherHandOfAndInICmp()