Home
last modified time | relevance | path

Searched refs:SimplifyMulInst (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h189 Value *SimplifyMulInst(Value *LHS, Value *RHS, const SimplifyQuery &Q);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp877 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyMulInst() function
935 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyMulInst() function in llvm
936 return ::SimplifyMulInst(Op0, Op1, Q, RecursionLimit); in SimplifyMulInst()
5242 return SimplifyMulInst(LHS, RHS, Q, MaxRecurse); in SimplifyBinOp()
6121 Result = SimplifyMulInst(NewOps[0], NewOps[1], Q); in simplifyInstructionWithOperands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp143 if (Value *V = SimplifyMulInst(I.getOperand(0), I.getOperand(1), in visitMul()