Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1102 Constant *LogExpr = getFunction(M, AMDGPULibFunc(AMDGPULibFunc::EI_LOG2, in fold_pow() local
1104 if (!LogExpr) in fold_pow()
1106 nval = CreateCallEx(B,LogExpr, nval, "__log2"); in fold_pow()