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.h53 Type *TyVal = nullptr; variable
73 Type *getTyVal() const { return TyVal; } in getTyVal()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp525 TyVal = IntegerType::get(Context, NumBits); in LexIdentifier()
877 TyVal = LLVMTY; \ in LexIdentifier()