Searched refs:FPMO (Results 1 – 5 of 5) sorted by relevance
508 if (auto *FPMO = dyn_cast<FPMathOperator>(II)) in getInstructionCost() local509 FMF = FPMO->getFastMathFlags(); in getInstructionCost()
1289 } else if (const auto *FPMO = dyn_cast<FPMathOperator>(V)) { in getOptimizationFlags() local1290 if (FPMO->hasUnsafeAlgebra()) in getOptimizationFlags()1292 if (FPMO->hasNoNaNs()) in getOptimizationFlags()1294 if (FPMO->hasNoInfs()) in getOptimizationFlags()1296 if (FPMO->hasNoSignedZeros()) in getOptimizationFlags()1298 if (FPMO->hasAllowReciprocal()) in getOptimizationFlags()
154 FPMathOperator *FPMO = dyn_cast<FPMathOperator>(&I); in ClearSubclassDataAfterReassociation() local155 if (!FPMO) { in ClearSubclassDataAfterReassociation()
1711 if (auto *FPMO = dyn_cast<FPMathOperator>(CI)) in getEntryCost() local1712 FMF = FPMO->getFastMathFlags(); in getEntryCost()
3336 if (auto *FPMO = dyn_cast<FPMathOperator>(CI)) in getVectorIntrinsicCost() local3337 FMF = FPMO->getFastMathFlags(); in getVectorIntrinsicCost()