Searched refs:simplifyAddInst (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 150 Value *simplifyAddInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | PHITransAddr.cpp | 281 if (Value *Res = simplifyAddInst(LHS, RHS, isNSW, isNUW, {DL, TLI, DT, AC})) { in PHITranslateSubExpr()
|
| H A D | InstructionSimplify.cpp | 630 static Value *simplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifyAddInst() function 697 Value *llvm::simplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifyAddInst() function in llvm 699 return ::simplifyAddInst(Op0, Op1, IsNSW, IsNUW, Query, RecursionLimit); in simplifyAddInst() 5474 return simplifyAddInst(LHS, RHS, false, false, Q, MaxRecurse); in simplifyBinOp() 6316 Result = simplifyAddInst( in simplifyInstructionWithOperands()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 110 simplifyAddInst(ShAmt0, ShAmt1, /*isNSW=*/false, /*isNUW=*/false, in reassociateShiftAmtsOfTwoSameDirectionShifts() 234 auto *SumOfShAmts = dyn_cast_or_null<Constant>(simplifyAddInst( in dropRedundantMaskingOfLeftShiftInput()
|
| H A D | InstCombineAddSub.cpp | 1274 if (Value *V = simplifyAddInst(I.getOperand(0), I.getOperand(1), in visitAdd()
|
| H A D | InstructionCombining.cpp | 2123 simplifyAddInst(GO1, SO1, false, false, SQ.getWithInstruction(&GEP)); in visitGEPOfGEP()
|
| H A D | InstCombineCompares.cpp | 3895 simplifyAddInst(XShAmt, YShAmt, /*isNSW=*/false, in foldShiftIntoShiftInAnotherHandOfAndInICmp()
|