Lines Matching refs:isVariadic
68 bool isVariadic = valueType.isa<pdl::RangeType>(); in getOperandTreePredicates() local
100 resultPos = builder.getResultGroup(parentPos, index, isVariadic); in getOperandTreePredicates()
169 bool isVariadic = operandIt.value().getType().isa<pdl::RangeType>(); in getTreePredicates() local
170 foundVariableLength |= isVariadic; in getTreePredicates()
179 ? builder.getOperandGroup(opPos, operandIt.index(), isVariadic) in getTreePredicates()
191 bool isVariadic = resultIt.value().getType().isa<pdl::RangeType>(); in getTreePredicates() local
192 foundVariableLength |= isVariadic; in getTreePredicates()
196 ? builder.getResultGroup(pos, resultIt.index(), isVariadic) in getTreePredicates()
304 bool isVariadic = op.getType().isa<pdl::RangeType>(); in getResultPredicates() local
306 resultPos = builder.getResultGroup(parentPos, index, isVariadic); in getResultPredicates()
577 bool isVariadic = value.getType().isa<pdl::RangeType>(); in visitUpward() local
579 pos = builder.getResultGroup(opPos, opIndex.index, isVariadic); in visitUpward()