Searched refs:specID (Results 1 – 2 of 2) sorted by relevance
71 if (auto specID = op->getAttrOfType<IntegerAttr>("spec_id")) { in processSpecConstantOp() local72 auto val = static_cast<uint32_t>(specID.getInt()); in processSpecConstantOp()
3499 if (auto specID = (*this)->getAttrOfType<IntegerAttr>(kSpecIdAttrName)) in print() local3500 printer << ' ' << kSpecIdAttrName << '(' << specID.getInt() << ')'; in print()3505 if (auto specID = (*this)->getAttrOfType<IntegerAttr>(kSpecIdAttrName)) in verify() local3506 if (specID.getValue().isNegative()) in verify()