Searched refs:simplifyMulInst (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 188 Value *simplifyMulInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 885 static Value *simplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in simplifyMulInst() function 943 Value *llvm::simplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in simplifyMulInst() function in llvm 944 return ::simplifyMulInst(Op0, Op1, Q, RecursionLimit); in simplifyMulInst() 5478 return simplifyMulInst(LHS, RHS, Q, MaxRecurse); in simplifyBinOp() 6332 Result = simplifyMulInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 143 if (Value *V = simplifyMulInst(I.getOperand(0), I.getOperand(1), in visitMul()
|