Searched refs:constantIdx (Results 1 – 2 of 2) sorted by relevance
722 const cir::IntAttr constantIdx = getConstantIndexOrNull(idx); in getArrayElementAlign() local723 if (constantIdx) { in getArrayElementAlign()724 const CharUnits offset = constantIdx.getValue().getZExtValue() * eltSize; in getArrayElementAlign()
4201 if (auto constantIdx = dyn_cast<llvm::ConstantInt>(idx)) { in getArrayElementAlign() local4202 CharUnits offset = constantIdx->getZExtValue() * eltSize; in getArrayElementAlign()