Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DTypes.cpp56 bool Type::isIndex() const { return llvm::isa<IndexType>(*this); } isIndex() function in Type
/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h175 bool isIndex() const { return (Data & 1) != 0; } in isIndex() function