Searched refs:AllowF64 (Results 1 – 1 of 1) sorted by relevance
111 bool AllowF64 = false,119 bool AllowF64 = false,1218 bool AllowF64, in shouldReplaceLibcallWithIntrinsic() argument1224 if (!IsF32 && !FltTy->isHalfTy() && (!AllowF64 || !FltTy->isDoubleTy())) in shouldReplaceLibcallWithIntrinsic()1265 bool AllowF64, bool AllowStrictFP) { in tryReplaceLibcallWithSimpleIntrinsic() argument1266 if (!shouldReplaceLibcallWithIntrinsic(CI, AllowMinSizeF32, AllowF64, in tryReplaceLibcallWithSimpleIntrinsic()