Searched refs:ParentF (Results 1 – 2 of 2) sorted by relevance
1274 const Function *ParentF = CI->getFunction(); in shouldReplaceLibcallWithIntrinsic() local1276 if (!AllowStrictFP && ParentF->hasFnAttribute(Attribute::StrictFP)) in shouldReplaceLibcallWithIntrinsic()1279 if (IsF32 && !AllowMinSizeF32 && ParentF->hasMinSize()) in shouldReplaceLibcallWithIntrinsic()
4149 const Function *ParentF = Q.CxtI->getFunction(); in simplifyFCmpInst() local4150 auto [ClassVal, ClassTest] = fcmpToClassTest(Pred, *ParentF, LHS, C); in simplifyFCmpInst()