Searched refs:simplifySRemInst (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 167 Value *simplifySRemInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1280 static Value *simplifySRemInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in simplifySRemInst() function 1295 Value *llvm::simplifySRemInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in simplifySRemInst() function in llvm 1296 return ::simplifySRemInst(Op0, Op1, Q, RecursionLimit); in simplifySRemInst() 5743 return simplifySRemInst(LHS, RHS, Q, MaxRecurse); in simplifyBinOp() 6628 return simplifySRemInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 1806 if (Value *V = simplifySRemInst(I.getOperand(0), I.getOperand(1), in visitSRem()
|