Home
last modified time | relevance | path

Searched refs:IsF32 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1261 const bool IsF32 = FltTy->isFloatTy(); in shouldReplaceLibcallWithIntrinsic() local
1264 if (!IsF32 && !FltTy->isHalfTy() && (!AllowF64 || !FltTy->isDoubleTy())) in shouldReplaceLibcallWithIntrinsic()
1277 if (IsF32 && !AllowMinSizeF32 && ParentF->hasMinSize()) in shouldReplaceLibcallWithIntrinsic()