Searched refs:typeEle (Results 1 – 1 of 1) sorted by relevance
2650 auto checkTypeOperand = [&](Element *typeEle) { in parseOptional() argument2651 auto *opVar = dyn_cast<OperandVariable>(typeEle); in parseOptional()2659 if (auto *typeEle = dyn_cast<TypeRefDirective>(ele.get())) { in parseOptional() local2660 if (failed(checkTypeOperand(typeEle->getOperand()))) in parseOptional()2662 } else if (auto *typeEle = dyn_cast<TypeDirective>(ele.get())) { in parseOptional() local2663 if (failed(checkTypeOperand(typeEle->getOperand()))) in parseOptional()2665 } else if (auto *typeEle = dyn_cast<FunctionalTypeDirective>(ele.get())) { in parseOptional() local2666 if (failed(checkTypeOperand(typeEle->getInputs())) || in parseOptional()2667 failed(checkTypeOperand(typeEle->getResults()))) in parseOptional()2788 if (auto *typeEle = dyn_cast<TypeRefDirective>(ele.get())) { in parseCustomDirective() local[all …]