HomeSort by relevance Sort by last modified time
    Searched refs:TyVal (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/AsmParser/
LLLexer.h 41 Type *TyVal;
58 Type *getTyVal() const { return TyVal; }
LLLexer.cpp 498 TyVal = IntegerType::get(Context, NumBits);
681 TyVal = LLVMTY; return lltok::Type; }

Completed in 121 milliseconds