Searched refs:SimplifyFMulInst (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 138 Value *SimplifyFMulInst(Value *LHS, Value *RHS, FastMathFlags FMF,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4606 static Value *SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() function 4645 Value *llvm::SimplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFMulInst() function in llvm 4647 return ::SimplifyFMulInst(Op0, Op1, FMF, Q, RecursionLimit); in SimplifyFMulInst() 4761 return SimplifyFMulInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in SimplifyBinOp() 4784 return SimplifyFMulInst(LHS, RHS, FMF, Q, MaxRecurse); in SimplifyFPBinOp() 5227 Result = SimplifyFMulInst(I->getOperand(0), I->getOperand(1), in SimplifyInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 348 if (Value *V = SimplifyFMulInst(I.getOperand(0), I.getOperand(1), in visitFMul()
|