Home
last modified time | relevance | path

Searched defs:getFirstIntValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSPIRV/
H A DVectorToSPIRV.cpp32 static uint64_t getFirstIntValue(ArrayAttr attr) { in getFirstIntValue() function
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp2279 auto getFirstIntValue = [](ArrayAttr attr) -> uint64_t { in matchAndRewrite() local