Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp1093 Constant *AbsExpr = getFunction(M, AMDGPULibFunc(AMDGPULibFunc::EI_FABS, in fold_pow() local
1095 if (!AbsExpr) in fold_pow()
1097 nval = CreateCallEx(B, AbsExpr, opr0, "__fabs"); in fold_pow()