Lines Matching defs:numElements
104 int64_t numElements = inType.getNumElements();
119 VectorType flatTy = VectorType::get(SmallVector<int64_t>{numElements},
124 inType = VectorType::get(SmallVector<int64_t>{numElements},
129 for (int64_t i = 0; i < numElements; i += 4) {
130 int64_t elemsThisOp = std::min(numElements, i + 4) - i;
240 int64_t numElements = outType.getNumElements();
254 VectorType flatTy = VectorType::get(SmallVector<int64_t>{numElements},
259 inVectorTy = VectorType::get(SmallVector<int64_t>{numElements},
264 for (int64_t i = 0; i < numElements; i += 4) {
265 int64_t elemsThisOp = std::min(numElements, i + 4) - i;
320 int64_t numElements = outType.getNumElements();
326 inVectorTy = VectorType::get(SmallVector<int64_t>{numElements},
333 for (int64_t i = 0; i < numElements; i += 2) {
334 int64_t elemsThisOp = std::min(numElements, i + 2) - i;