Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DBuiltinAttributeInterfaces.cpp35 bool ElementsAttr::isValidIndex(ShapedType type, ArrayRef<uint64_t> index) { in isValidIndex() function in ElementsAttr
50 bool ElementsAttr::isValidIndex(ElementsAttr elementsAttr, in isValidIndex() function in ElementsAttr
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h42 bool isValidIndex(size_t Index) const { return Index != BadIndex; } in isValidIndex() function