Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h40 Type *TyVal = nullptr; variable
60 Type *getTyVal() const { return TyVal; } in getTyVal()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp486 TyVal = IntegerType::get(Context, NumBits); in LexIdentifier()
826 TyVal = LLVMTY; \ in LexIdentifier()