Home
last modified time | relevance | path

Searched refs:SimplifyFMulInst (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDInstructionSimplify.h142 Value *SimplifyFMulInst(Value *LHS, Value *RHS, FastMathFlags FMF,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInstructionSimplify.cpp4704 static Value *SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() function
4724 Value *llvm::SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() function in llvm
4726 return ::SimplifyFMulInst(Op0, Op1, FMF, Q, RecursionLimit); in SimplifyFMulInst()
4880 return SimplifyFMulInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in SimplifyBinOp()
4902 return SimplifyFMulInst(LHS, RHS, FMF, Q, MaxRecurse); in SimplifyBinOp()
5371 Result = SimplifyFMulInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineMulDivRem.cpp394 if (Value *V = SimplifyFMulInst(I.getOperand(0), I.getOperand(1), in visitFMul()
HDInstCombineCalls.cpp2244 if (Value *V = SimplifyFMulInst(II->getArgOperand(0), II->getArgOperand(1), in visitCallInst()