Searched refs:hasAllowReciprocal (Results 1 – 7 of 7) sorted by relevance
154 EXPECT_TRUE(FDiv->hasAllowReciprocal()); in TEST_F()161 EXPECT_FALSE(FDiv->hasAllowReciprocal()); in TEST_F()172 EXPECT_TRUE(FDiv->hasAllowReciprocal()); in TEST_F()
167 bool Instruction::hasAllowReciprocal() const { in hasAllowReciprocal() function in Instruction169 return cast<FPMathOperator>(this)->hasAllowReciprocal(); in hasAllowReciprocal()
743 if (FPO->hasAllowReciprocal()) in WriteOptimizationInfo()
223 bool hasAllowReciprocal() const;
288 bool hasAllowReciprocal() const { in hasAllowReciprocal() function
999 bool AllowReciprocal = I.hasAllowReciprocal(); in visitFDiv()
690 if (FPMO->hasAllowReciprocal()) in GetOptimizationFlags()