Home
last modified time | relevance | path

Searched refs:SimplifySubInst (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h155 Value *SimplifySubInst(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp737 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 DInstCombineShifts.cpp267 auto *ShAmtsDiff = dyn_cast_or_null<Constant>(SimplifySubInst( in dropRedundantMaskingOfLeftShiftInput()
H A DInstCombineAddSub.cpp1732 if (Value *V = SimplifySubInst(I.getOperand(0), I.getOperand(1), in visitSub()