Searched defs:isValidIndex (Results 1 – 2 of 2) sorted by relevance
35 bool ElementsAttr::isValidIndex(ShapedType type, ArrayRef<uint64_t> index) { in isValidIndex() function in ElementsAttr50 bool ElementsAttr::isValidIndex(ElementsAttr elementsAttr, in isValidIndex() function in ElementsAttr
42 bool isValidIndex(size_t Index) const { return Index != BadIndex; } in isValidIndex() function