Searched refs:SimplifyFMulInst (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | InstructionSimplify.h | 142 Value *SimplifyFMulInst(Value *LHS, Value *RHS, FastMathFlags FMF,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | InstructionSimplify.cpp | 4704 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/ |
| HD | InstCombineMulDivRem.cpp | 394 if (Value *V = SimplifyFMulInst(I.getOperand(0), I.getOperand(1), in visitFMul()
|
| HD | InstCombineCalls.cpp | 2244 if (Value *V = SimplifyFMulInst(II->getArgOperand(0), II->getArgOperand(1), in visitCallInst()
|