Searched refs:FltTy (Results 1 – 1 of 1) sorted by relevance
1262 Type *FltTy = CI->getType()->getScalarType(); in shouldReplaceLibcallWithIntrinsic() local1263 const bool IsF32 = FltTy->isFloatTy(); in shouldReplaceLibcallWithIntrinsic()1266 if (!IsF32 && !FltTy->isHalfTy() && (!AllowF64 || !FltTy->isDoubleTy())) in shouldReplaceLibcallWithIntrinsic()