Home
last modified time | relevance | path

Searched refs:ParentF (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1274 const Function *ParentF = CI->getFunction(); in shouldReplaceLibcallWithIntrinsic() local
1276 if (!AllowStrictFP && ParentF->hasFnAttribute(Attribute::StrictFP)) in shouldReplaceLibcallWithIntrinsic()
1279 if (IsF32 && !AllowMinSizeF32 && ParentF->hasMinSize()) in shouldReplaceLibcallWithIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4149 const Function *ParentF = Q.CxtI->getFunction(); in simplifyFCmpInst() local
4150 auto [ClassVal, ClassTest] = fcmpToClassTest(Pred, *ParentF, LHS, C); in simplifyFCmpInst()