Lines Matching refs:getFastMathFlags
5910 FPI->getFastMathFlags(), Q, in simplifyIntrinsic()
5918 FPI->getFastMathFlags(), Q, in simplifyIntrinsic()
5926 FPI->getFastMathFlags(), Q, in simplifyIntrinsic()
5934 FPI->getFastMathFlags(), Q, in simplifyIntrinsic()
5942 FPI->getFastMathFlags(), Q, in simplifyIntrinsic()
6099 Result = SimplifyFNegInst(NewOps[0], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
6102 Result = SimplifyFAddInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
6110 Result = SimplifyFSubInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
6118 Result = SimplifyFMulInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
6130 Result = SimplifyFDivInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
6139 Result = SimplifyFRemInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()
6169 NewOps[1], I->getFastMathFlags(), Q); in simplifyInstructionWithOperands()