Searched defs:isIndex (Results 1 – 2 of 2) sorted by relevance
56 bool Type::isIndex() const { return llvm::isa<IndexType>(*this); } isIndex() function in Type
175 bool isIndex() const { return (Data & 1) != 0; } in isIndex() function