Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp322 auto *resPos = cast<ResultPosition>(pos); in getValueAt() local
325 resPos->getResultNumber()); in getValueAt()
329 auto *resPos = cast<ResultGroupPosition>(pos); in getValueAt() local
332 loc, resPos->isVariadic() ? pdl::RangeType::get(valueTy) : valueTy, in getValueAt()
333 parentVal, resPos->getResultGroupNumber()); in getValueAt()