Searched refs:hasAllowReassoc (Results 1 – 10 of 10) sorted by relevance
178 EXPECT_FALSE(FAdd->hasAllowReassoc()); in TEST_F()188 EXPECT_TRUE(FAdd->hasAllowReassoc()); in TEST_F()282 EXPECT_FALSE(FAdd->hasAllowReassoc()); in TEST_F()292 EXPECT_TRUE(FAdd->hasAllowReassoc()); in TEST_F()
198 bool Instruction::hasAllowReassoc() const { in hasAllowReassoc() function in Instruction200 return cast<FPMathOperator>(this)->hasAllowReassoc(); in hasAllowReassoc()613 return cast<FPMathOperator>(this)->hasAllowReassoc() && in isAssociative()
1243 if (FPO->hasAllowReassoc()) in WriteOptimizationInfo()
458 if (I.hasAllowReassoc()) { in visitFMul()1150 if (!I.hasAllowReassoc() || !I.hasAllowReciprocal()) in foldFDivConstantDividend()1198 if (I.hasAllowReassoc() && I.hasAllowReciprocal()) { in visitFDiv()1214 if (I.hasAllowReassoc() && Op0->hasOneUse() && Op1->hasOneUse()) { in visitFDiv()1248 if (I.hasNoNaNs() && I.hasAllowReassoc() && in visitFDiv()
514 assert(I->hasAllowReassoc() && I->hasNoSignedZeros() && in simplify()1480 if (I.hasAllowReassoc() && I.hasNoSignedZeros()) { in visitFAdd()1896 if (I.hasAllowReassoc() && I.hasNoSignedZeros()) { in visitFSub()
366 bool hasAllowReassoc() const;
322 bool hasAllowReassoc() const { in hasAllowReassoc() function
4727 if (Q.CxtI->hasAllowReassoc() && in simplifyUnaryIntrinsic()4732 if (Q.CxtI->hasAllowReassoc() && in simplifyUnaryIntrinsic()4737 if (Q.CxtI->hasAllowReassoc() && in simplifyUnaryIntrinsic()4742 if (Q.CxtI->hasAllowReassoc() && in simplifyUnaryIntrinsic()
389 setAllowReassociation(FPMO.hasAllowReassoc());
1348 if (FPMO->hasAllowReassoc()) in getOptimizationFlags()