Searched refs:SimplifySRemInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 205 Value *SimplifySRemInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1197 static Value *SimplifySRemInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifySRemInst() function 1212 Value *llvm::SimplifySRemInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifySRemInst() function in llvm 1213 return ::SimplifySRemInst(Op0, Op1, Q, RecursionLimit); in SimplifySRemInst() 5248 return SimplifySRemInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp() 6133 Result = SimplifySRemInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1527 if (Value *V = SimplifySRemInst(I.getOperand(0), I.getOperand(1), in visitSRem()
|