Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1262 Type *FltTy = CI->getType()->getScalarType(); in shouldReplaceLibcallWithIntrinsic() local
1263 const bool IsF32 = FltTy->isFloatTy(); in shouldReplaceLibcallWithIntrinsic()
1266 if (!IsF32 && !FltTy->isHalfTy() && (!AllowF64 || !FltTy->isDoubleTy())) in shouldReplaceLibcallWithIntrinsic()