Searched defs:SCDB_IsLiteral (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDerivedTypes.h196 SCDB_IsLiteral = 4, enumerator in enum:llvm::StructType::__anon21864
245 bool isLiteral() const { return (getSubclassData() & SCDB_IsLiteral) != 0; }

Completed in 104 milliseconds