Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1022 FunctionCallee ExpExpr; in fold_pow() local
1024 ExpExpr = Intrinsic::getDeclaration(M, Intrinsic::exp2, {FPOp->getType()}); in fold_pow()
1026 ExpExpr = getFunction(M, AMDGPULibFunc(AMDGPULibFunc::EI_EXP2, FInfo)); in fold_pow()
1027 if (!ExpExpr) in fold_pow()
1115 nval = CreateCallEx(B,ExpExpr, nval, "__exp2"); in fold_pow()