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