Searched refs:FTZ (Results 1 – 5 of 5) sorted by relevance
5265 const auto FTZ = [](const APFloat &V) { in PerformDAGCombine() local5273 APFloat V0 = FTZ(N0CFP->getValueAPF()); in PerformDAGCombine()5274 APFloat V1 = FTZ(N1CFP->getValueAPF()); in PerformDAGCombine()5275 APFloat V2 = FTZ(N2CFP->getValueAPF()); in PerformDAGCombine()5277 V0 = FTZ(V0); in PerformDAGCombine()5279 return DAG.getConstantFP(FTZ(V0), DL, VT); in PerformDAGCombine()
456 // DAZ, FTZ and exception masks. We don't model the "Defs" of flag bits.
574 static unsigned getPTXCmpMode(const CondCodeSDNode &CondCode, bool FTZ) { in getPTXCmpMode() argument623 if (FTZ) in getPTXCmpMode()
1437 // frem - f32 FTZ
2676 " the denormals-are-zero (DAZ) and flush-to-zero (FTZ) bits in the "