Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp308 auto *attrPos = cast<AttributePosition>(pos); in getValueAt() local
311 attrPos->getName().strref()); in getValueAt()
337 auto *attrPos = cast<AttributeLiteralPosition>(pos); in getValueAt() local
339 builder.create<pdl_interp::CreateAttributeOp>(loc, attrPos->getValue()); in getValueAt()
H A DPredicateTree.cpp253 Position *&attrPos = inputs[op]; in getAttributePredicates() local
254 if (attrPos) in getAttributePredicates()
258 attrPos = builder.getAttributeLiteral(value); in getAttributePredicates()