Searched refs:IsF32 (Results 1 – 1 of 1) sorted by relevance
1261 const bool IsF32 = FltTy->isFloatTy(); in shouldReplaceLibcallWithIntrinsic() local1264 if (!IsF32 && !FltTy->isHalfTy() && (!AllowF64 || !FltTy->isDoubleTy())) in shouldReplaceLibcallWithIntrinsic()1277 if (IsF32 && !AllowMinSizeF32 && ParentF->hasMinSize()) in shouldReplaceLibcallWithIntrinsic()