Searched refs:SimplifyAddInst (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 152 Value *SimplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 279 if (Value *Res = SimplifyAddInst(LHS, RHS, isNSW, isNUW, {DL, TLI, DT, AC})) { in PHITranslateSubExpr()
|
H A D | InstructionSimplify.cpp | 612 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 D | InstCombineShifts.cpp | 111 SimplifyAddInst(ShAmt0, ShAmt1, /*isNSW=*/false, /*isNUW=*/false, in reassociateShiftAmtsOfTwoSameDirectionShifts() 235 auto *SumOfShAmts = dyn_cast_or_null<Constant>(SimplifyAddInst( in dropRedundantMaskingOfLeftShiftInput()
|
H A D | InstCombineAddSub.cpp | 1288 if (Value *V = SimplifyAddInst(I.getOperand(0), I.getOperand(1), in visitAdd()
|
H A D | InstructionCombining.cpp | 2118 SimplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP)); in visitGetElementPtrInst()
|
H A D | InstCombineCompares.cpp | 3604 SimplifyAddInst(XShAmt, YShAmt, /*isNSW=*/false, in foldShiftIntoShiftInAnotherHandOfAndInICmp()
|