Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/AsmParser/
H A DAttributeParser.cpp578 if (failed(getIntAttrElements(loc, eltType, intValues))) in getAttr() local
612 intValues.reserve(storage.size()); in getIntAttrElements() argument
[all...]
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp246 std::vector<int> intValues(values.begin(), values.end()); getAttribute() local