Searched refs:simplifySubInst (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 66 LLVM_ABI Value *simplifySubInst(Value *LHS, Value *RHS, bool IsNSW, bool IsNUW,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 744 static Value *simplifySubInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifySubInst() function 888 Value *llvm::simplifySubInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifySubInst() function in llvm 890 return ::simplifySubInst(Op0, Op1, IsNSW, IsNUW, Q, RecursionLimit); in simplifySubInst() 6058 return simplifySubInst(LHS, RHS, /* IsNSW */ false, /* IsNUW */ false, Q, in simplifyBinOp() 7132 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 | 2239 if (Value *V = simplifySubInst(I.getOperand(0), I.getOperand(1), in visitSub()
|