Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3604 if (auto constantIdx = dyn_cast<llvm::ConstantInt>(idx)) { in getArrayElementAlign() local
3605 CharUnits offset = constantIdx->getZExtValue() * eltSize; in getArrayElementAlign()