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