Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp2823 if (auto constantIdx = dyn_cast<llvm::ConstantInt>(idx)) { in getArrayElementAlign() local
2824 CharUnits offset = constantIdx->getZExtValue() * eltSize; in getArrayElementAlign()