Home
last modified time | relevance | path

Searched refs:extPos (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp591 int64_t extPos = en.value().cast<IntegerAttr>().getInt(); in matchAndRewrite() local
593 if (extPos >= v1Dim) { in matchAndRewrite()
594 extPos -= v1Dim; in matchAndRewrite()
598 eltType, rank, extPos); in matchAndRewrite()