Searched refs:SimplifySubInst (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 155 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 737 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() function 870 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() function in llvm 872 return ::SimplifySubInst(Op0, Op1, isNSW, isNUW, Q, RecursionLimit); in SimplifySubInst() 5240 return SimplifySubInst(LHS, RHS, false, false, Q, MaxRecurse); in SimplifyBinOp() 6113 Result = SimplifySubInst( in simplifyInstructionWithOperands()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 267 auto *ShAmtsDiff = dyn_cast_or_null<Constant>(SimplifySubInst( in dropRedundantMaskingOfLeftShiftInput()
|
| H A D | InstCombineAddSub.cpp | 1732 if (Value *V = SimplifySubInst(I.getOperand(0), I.getOperand(1), in visitSub()
|