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