Searched defs:getFirstIntValue (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Conversion/VectorToSPIRV/ | ||
H A D | VectorToSPIRV.cpp | 43 static uint64_t getFirstIntValue(ArrayAttr attr) { in getFirstIntValue() function |
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ | ||
H A D | VectorTransforms.cpp | 599 auto getFirstIntValue = [](ArrayRef<OpFoldResult> values) -> uint64_t { matchAndRewrite() local |