Searched refs:resVType (Results 1 – 1 of 1) sorted by relevance
2257 VectorType resVType = op.getResultVectorType(); in verify() local2259 if (resVType.getElementType() != op.getMemRefType().getElementType()) in verify()2262 if (resVType.getDimSize(0) != maskVType.getDimSize(0)) in verify()2264 if (resVType != passVType) in verify()2352 VectorType resVType = op.getResultVectorType(); in verify() local2354 if (resVType.getElementType() != op.getMemRefType().getElementType()) in verify()2357 if (resVType.getDimSize(0) != indicesVType.getDimSize(0)) in verify()2359 if (resVType.getDimSize(0) != maskVType.getDimSize(0)) in verify()2363 if (resVType != passVType) in verify()2445 VectorType resVType = op.getResultVectorType(); in verify() local[all …]