Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAttributeParser.cpp469 std::vector<APInt> &intValues);
560 std::vector<APInt> intValues; in getAttr() local
561 if (failed(getIntAttrElements(loc, eltType, intValues))) in getAttr()
566 reinterpret_cast<std::complex<APInt> *>(intValues.data()), in getAttr()
567 intValues.size() / 2); in getAttr()
570 return DenseElementsAttr::get(type, intValues); in getAttr()
594 std::vector<APInt> &intValues) { in getIntAttrElements() argument
595 intValues.reserve(storage.size()); in getIntAttrElements()
621 intValues.push_back(apInt); in getIntAttrElements()
630 intValues.push_back(*apInt); in getIntAttrElements()