Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp906 if (int64_t arrayIdx = cast<ConstantInt>(Idx)->getSExtValue()) in getIndexedOffsetInType() local
907 Result += arrayIdx * getTypeAllocSize(GTI.getIndexedType()); in getIndexedOffsetInType()