Lines Matching refs:getFastMathFlags
6891 return simplifyFAddInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6897 return simplifyFSubInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6903 return simplifyFMulInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6909 return simplifyFDivInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
6915 return simplifyFRemInst(Args[0], Args[1], FPI->getFastMathFlags(), Q,
7077 return simplifyFNegInst(NewOps[0], I->getFastMathFlags(), Q, MaxRecurse);
7079 return simplifyFAddInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q,
7086 return simplifyFSubInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q,
7093 return simplifyFMulInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q,
7108 return simplifyFDivInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q,
7115 return simplifyFRemInst(NewOps[0], NewOps[1], I->getFastMathFlags(), Q,
7140 NewOps[1], I->getFastMathFlags(), Q, MaxRecurse);