Searched refs:simplifySRemInst (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 204 Value *simplifySRemInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1215 static Value *simplifySRemInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in simplifySRemInst() function 1230 Value *llvm::simplifySRemInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in simplifySRemInst() function in llvm 1231 return ::simplifySRemInst(Op0, Op1, Q, RecursionLimit); in simplifySRemInst() 5484 return simplifySRemInst(LHS, RHS, Q, MaxRecurse); in simplifyBinOp() 6344 Result = simplifySRemInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1550 if (Value *V = simplifySRemInst(I.getOperand(0), I.getOperand(1), in visitSRem()
|