Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-attribute.td99 // DEF-NEXT: ::mlir::impl::getAttrFromSortedRange((*this)->getAttrs().begin() + 0, (*this)->getAt…
105 // DEF-NEXT: ::mlir::impl::getAttrFromSortedRange((*this)->getAttrs().begin() + 1, (*this)->getAt…
113 // DEF-NEXT: ::mlir::impl::getAttrFromSortedRange((*this)->getAttrs().begin() + 1, (*this)->getAt…
213 // DEF-NEXT: ::mlir::impl::getAttrFromSortedRange({{.*}}).cast<some-attr-kind>()
219 // DEF-NEXT: return ::mlir::impl::getAttrFromSortedRange({{.*}}).dyn_cast_or_null<some-attr-kind>…
227 // DEF-NEXT: return ::mlir::impl::getAttrFromSortedRange({{.*}}).dyn_cast_or_null<some-attr-kind>…
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h462 Attribute getAttrFromSortedRange(IteratorT first, IteratorT last, NameT name) { in getAttrFromSortedRange() function