Searched refs:constantIdx (Results 1 – 1 of 1) sorted by relevance
2823 if (auto constantIdx = dyn_cast<llvm::ConstantInt>(idx)) { in getArrayElementAlign() local2824 CharUnits offset = constantIdx->getZExtValue() * eltSize; in getArrayElementAlign()