Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp242 Value parentVal; in getValueAt() local
244 parentVal = getValueAt(currentBlock, parent); in getValueAt()
247 Location loc = parentVal ? parentVal.getLoc() : builder.getUnknownLoc(); in getValueAt()
259 value = parentVal; in getValueAt()
268 if (parentVal.getType().isa<pdl::RangeType>() && in getValueAt()
272 value = parentVal; in getValueAt()
295 loc, builder.getType<pdl::ValueType>(), parentVal, in getValueAt()
304 parentVal, operandPos->getOperandGroupNumber()); in getValueAt()
315 if (parentVal.getType().isa<pdl::AttributeType>()) in getValueAt()
324 loc, builder.getType<pdl::ValueType>(), parentVal, in getValueAt()
[all …]