Searched refs:simplifySubInst (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 151 Value *simplifySubInst(Value *LHS, Value *RHS, bool IsNSW, bool IsNUW,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 783 static Value *simplifySubInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifySubInst() function 918 Value *llvm::simplifySubInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in simplifySubInst() function in llvm 920 return ::simplifySubInst(Op0, Op1, IsNSW, IsNUW, Q, RecursionLimit); in simplifySubInst() 5733 return simplifySubInst(LHS, RHS, /* IsNSW */ false, /* IsNUW */ false, Q, in simplifyBinOp() 6610 return simplifySubInst(NewOps[0], NewOps[1], in simplifyInstructionWithOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 266 auto *ShAmtsDiff = dyn_cast_or_null<Constant>(simplifySubInst( in dropRedundantMaskingOfLeftShiftInput()
|
| H A D | InstCombineAddSub.cpp | 1918 if (Value *V = simplifySubInst(I.getOperand(0), I.getOperand(1), in visitSub()
|