Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h192 simplifyFMulInst(Value *LHS, Value *RHS, FastMathFlags FMF,
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5546 simplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in simplifyFMulInst() function
5574 Value *llvm::simplifyFMulInst(Value *Op0, Value *Op1, FastMathFlags FMF, in simplifyFMulInst() function in llvm
5578 return ::simplifyFMulInst(Op0, Op1, FMF, Q, RecursionLimit, ExBehavior, in simplifyFMulInst()
5764 return simplifyFMulInst(LHS, RHS, FastMathFlags(), Q, MaxRecurse); in simplifyBinOp()
5786 return simplifyFMulInst(LHS, RHS, FMF, Q, MaxRecurse); in simplifyBinOp()
6470 return simplifyFMulInst( in simplifyIntrinsic()
6614 return simplifyFMulInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp522 if (Value *V = simplifyFMulInst(I.getOperand(0), I.getOperand(1), in visitFMul()
H A DInstCombineCalls.cpp1935 if (Value *V = simplifyFMulInst(II->getArgOperand(0), II->getArgOperand(1), in visitCallInst()