Home
last modified time | relevance | path

Searched refs:SCDB_IsLiteral (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h220 SCDB_IsLiteral = 4, enumerator
277 bool isLiteral() const { return (getSubclassData() & SCDB_IsLiteral) != 0; } in isLiteral()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DType.cpp424 ST->setSubclassData(SCDB_IsLiteral); // Literal struct. in get()