Searched refs:simplifyFDivInst (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | InstructionSimplify.h | 208 simplifyFDivInst(Value *LHS, Value *RHS, FastMathFlags FMF,
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 5591 simplifyFDivInst(Value *Op0, Value *Op1, FastMathFlags FMF, in simplifyFDivInst() function 5641 Value *llvm::simplifyFDivInst(Value *Op0, Value *Op1, FastMathFlags FMF, in simplifyFDivInst() function in llvm 5645 return ::simplifyFDivInst(Op0, Op1, FMF, Q, RecursionLimit, ExBehavior, in simplifyFDivInst() 5766 return simplifyFDivInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in simplifyBinOp() 5788 return simplifyFDivInst(LHS, RHS, FMF, Q, MaxRecurse); in simplifyBinOp() 6476 return simplifyFDivInst( in simplifyIntrinsic() 6626 return simplifyFDivInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 1580 if (Value *V = simplifyFDivInst(I.getOperand(0), I.getOperand(1), in visitFDiv()
|