Searched refs:typePos (Results 1 – 3 of 3) sorted by relevance
258 SMLoc dimPos, typePos; in parseVectorType() local263 parser.getCurrentLocation(&typePos) || in parseVectorType()283 parser.emitError(typePos) in parseVectorType()
315 Position *&typePos = inputs[typeValue]; in getTypePredicates() local316 if (typePos) in getTypePredicates()321 typePos = builder.getTypeLiteral(typeAttr); in getTypePredicates()
343 auto *typePos = cast<TypeLiteralPosition>(pos); in getValueAt() local344 Attribute rawTypeAttr = typePos->getValue(); in getValueAt()