Lines Matching defs:IndexBitWidth
147 uint32_t IndexBitWidth) {
154 retval.IndexBitWidth = IndexBitWidth;
162 IndexBitWidth == rhs.IndexBitWidth);
648 uint32_t IndexBitWidth) {
652 if (IndexBitWidth > TypeBitWidth)
662 TypeBitWidth, IndexBitWidth));
667 I->IndexBitWidth = IndexBitWidth;
771 return divideCeil(getPointerAlignElem(AS).IndexBitWidth, 8);