Searched refs:simplifyFMAFMul (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | InstructionSimplify.h | 115 Value *simplifyFMAFMul(Value *LHS, Value *RHS, FastMathFlags FMF,
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | InstructionSimplify.cpp | 5783 static Value *simplifyFMAFMul(Value *Op0, Value *Op1, FastMathFlags FMF, in simplifyFMAFMul() function 5841 return simplifyFMAFMul(Op0, Op1, FMF, Q, MaxRecurse, ExBehavior, Rounding); in simplifyFMulInst() 5868 Value *llvm::simplifyFMAFMul(Value *Op0, Value *Op1, FastMathFlags FMF, in simplifyFMAFMul() function in llvm 5872 return ::simplifyFMAFMul(Op0, Op1, FMF, Q, RecursionLimit, ExBehavior, in simplifyFMAFMul()
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCalls.cpp | 2502 if (Value *V = simplifyFMAFMul(II->getArgOperand(0), II->getArgOperand(1), in visitCallInst()
|