Searched defs:vectorShape (Results 1 – 2 of 2) sorted by relevance
50 static llvm::Optional<SmallVector<int64_t, 2>> vectorShape(Type type, in vectorShape() function65 static SmallVector<int64_t, 2> vectorShape(Type type) { in vectorShape() function
435 int[] vectorShape = {3}; in testNumElements() local