Lines Matching defs:crdWidth
347 unsigned crdWidth) const {
351 crdWidth, getExplicitVal(), getImplicitVal());
581 unsigned crdWidth = 0;
585 SmallVector<StringRef, 5> keys = {"map", "posWidth", "crdWidth",
647 case 2: { // crdWidth
657 crdWidth = intAttr.getInt();
711 parser.getContext(), lvlTypes, dimToLvl, lvlToDim, posWidth, crdWidth,
731 printer << ", crdWidth = " << getCrdWidth();
786 unsigned crdWidth, Attribute explicitVal, Attribute implicitVal,
790 if (!acceptBitWidth(crdWidth))
791 return emitError() << "unexpected coordinate bitwidth: " << crdWidth;