Searched refs:lengthKind (Results 1 – 1 of 1) sorted by relevance
732 static StringRef getTypeListName(Element *arg, ArgumentLengthKind &lengthKind) { in getTypeListName() argument734 lengthKind = getArgumentLengthKind(operand->getVar()); in getTypeListName()738 lengthKind = getArgumentLengthKind(result->getVar()); in getTypeListName()741 lengthKind = ArgumentLengthKind::Variadic; in getTypeListName()848 ArgumentLengthKind lengthKind; in genElementParserStorage() local849 StringRef name = getTypeListName(dir->getOperand(), lengthKind); in genElementParserStorage()850 if (lengthKind != ArgumentLengthKind::Single) in genElementParserStorage()858 ArgumentLengthKind lengthKind; in genElementParserStorage() local859 StringRef name = getTypeListName(dir->getOperand(), lengthKind); in genElementParserStorage()863 if (lengthKind != ArgumentLengthKind::Single) in genElementParserStorage()[all …]