Searched refs:AllowF64 (Results 1 – 1 of 1) sorted by relevance
112 bool AllowF64 = false,120 bool AllowF64 = false,1260 bool AllowF64, in shouldReplaceLibcallWithIntrinsic() argument1266 if (!IsF32 && !FltTy->isHalfTy() && (!AllowF64 || !FltTy->isDoubleTy())) in shouldReplaceLibcallWithIntrinsic()1307 bool AllowF64, bool AllowStrictFP) { in tryReplaceLibcallWithSimpleIntrinsic() argument1308 if (!shouldReplaceLibcallWithIntrinsic(CI, AllowMinSizeF32, AllowF64, in tryReplaceLibcallWithSimpleIntrinsic()