Searched refs:getUIntVal (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.h59 unsigned getUIntVal() const { return UIntVal; } function in class:llvm::LLLexer
H A DLLParser.cpp353 unsigned TypeID = Lex.getUIntVal();
455 if (Lex.getUIntVal() != VarID)
811 unsigned VarID = Lex.getUIntVal();
859 unsigned AttrGrpNum = Lex.getUIntVal();
1594 if (Lex.getUIntVal() >= NumberedTypes.size())
1595 NumberedTypes.resize(Lex.getUIntVal()+1);
1596 std::pair<Type*, LocTy> &Entry = NumberedTypes[Lex.getUIntVal()];
2220 ID.UIntVal = Lex.getUIntVal();
2228 ID.UIntVal = Lex.getUIntVal();
2415 unsigned Opc = Lex.getUIntVal();
[all...]

Completed in 111 milliseconds