Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp1313 TypeSize IndexTypeSize = Q.DL.getTypeAllocSize(IndexedTy); in computeKnownBitsFromOperator() local
1314 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinSize(); in computeKnownBitsFromOperator()
1318 if (IndexTypeSize.isScalable()) { in computeKnownBitsFromOperator()