Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/VectorToSPIRV/
H A DVectorToSPIRV.cpp43 static uint64_t getFirstIntValue(ArrayAttr attr) { in getFirstIntValue() function
46 static uint64_t getFirstIntValue(ArrayRef<Attribute> attr) { getFirstIntValue() function
49 static uint64_t getFirstIntValue(ArrayAttr attr) { getFirstIntValue() function
52 static uint64_t getFirstIntValue(ArrayRef<OpFoldResult> foldResults) { getFirstIntValue() function
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp599 auto getFirstIntValue = [](ArrayRef<OpFoldResult> values) -> uint64_t { matchAndRewrite() local