Searched refs:hasAllowReciprocal (Results 1 – 9 of 9) sorted by relevance
171 EXPECT_TRUE(FDiv->hasAllowReciprocal()); in TEST_F()178 EXPECT_FALSE(FDiv->hasAllowReciprocal()); in TEST_F()189 EXPECT_TRUE(FDiv->hasAllowReciprocal()); in TEST_F()196 EXPECT_FALSE(FCmp->hasAllowReciprocal()); in TEST_F()207 EXPECT_TRUE(FCmp->hasAllowReciprocal()); in TEST_F()240 EXPECT_FALSE(FDiv->hasAllowReciprocal()); in TEST_F()
176 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction178 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
1063 if (FPO->hasAllowReciprocal()) in WriteOptimizationInfo()
281 bool hasAllowReciprocal() const;
293 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
1229 bool AllowReciprocal = I.hasAllowReciprocal(); in visitFDiv()
363 bool hasAllowReciprocal() const { return AllowReciprocal; }
823 if (FPMO->hasAllowReciprocal()) in GetOptimizationFlags()
8584 if (!UnsafeMath && !Flags->hasAllowReciprocal()) in combineRepeatedFPDivisors()8607 if (UnsafeMath || U->getFlags()->hasAllowReciprocal()) in combineRepeatedFPDivisors()