Searched refs:strideInt (Results 1 – 2 of 2) sorted by relevance
761 llvm::SmallVector<int64_t> strideInt; in inferReturnTypeComponents() local767 getI64Values(adaptor.getStride(), strideInt); in inferReturnTypeComponents()773 bool fpMode = strideInt[0] == 0; in inferReturnTypeComponents()792 size = ((size << shift) - offsetInt[0]) / strideInt[0]; in inferReturnTypeComponents()798 size = ((size << shift) - offsetInt[1]) / strideInt[1]; in inferReturnTypeComponents()
1246 if (auto strideInt = getConstantValue(stride)) { in getExtentFromTriplet() local1247 if (strideInt.value() != 0) { in getExtentFromTriplet()1249 1 + (ubInt.value() - lbInt.value()) / strideInt.value(); in getExtentFromTriplet()