Searched refs:succInputsTypes (Results 1 – 1 of 1) sorted by relevance
121 TypeRange succInputsTypes = succ.getSuccessorInputs().getTypes(); in verifyTypesAlongAllEdges() local122 if (sourceTypes->size() != succInputsTypes.size()) { in verifyTypesAlongAllEdges()127 << succInputsTypes.size(); in verifyTypesAlongAllEdges()131 llvm::enumerate(llvm::zip(*sourceTypes, succInputsTypes))) { in verifyTypesAlongAllEdges()