Searched refs:AllowF64 (Results 1 – 1 of 1) sorted by relevance
108 bool AllowF64 = false,116 bool AllowF64 = false,1258 bool AllowF64, in shouldReplaceLibcallWithIntrinsic() argument1264 if (!IsF32 && !FltTy->isHalfTy() && (!AllowF64 || !FltTy->isDoubleTy())) in shouldReplaceLibcallWithIntrinsic()1305 bool AllowF64, bool AllowStrictFP) { in tryReplaceLibcallWithSimpleIntrinsic() argument1306 if (!shouldReplaceLibcallWithIntrinsic(CI, AllowMinSizeF32, AllowF64, in tryReplaceLibcallWithSimpleIntrinsic()