Searched refs:simplifySubInst (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstructionSimplify.h | 65 Value *simplifySubInst(Value *LHS, Value *RHS, bool IsNSW, bool IsNUW,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 787 static Value *simplifySubInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifySubInst() function 923 Value *llvm::simplifySubInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifySubInst() function in llvm 925 return ::simplifySubInst(Op0, Op1, IsNSW, IsNUW, Q, RecursionLimit); in simplifySubInst() 6019 return simplifySubInst(LHS, RHS, /* IsNSW */ false, /* IsNUW */ false, Q, in simplifyBinOp() 7089 return simplifySubInst( in simplifyInstructionWithOperands()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 278 auto *ShAmtsDiff = dyn_cast_or_null<Constant>(simplifySubInst( in dropRedundantMaskingOfLeftShiftInput()
|
H A D | InstCombineAddSub.cpp | 2113 if (Value *V = simplifySubInst(I.getOperand(0), I.getOperand(1), in visitSub()
|