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

/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.h58 unsigned getUIntVal() const { return UIntVal; } function in class:llvm::LLLexer
H A DLLParser.cpp342 unsigned TypeID = Lex.getUIntVal();
444 if (Lex.getUIntVal() != VarID)
899 unsigned VarID = Lex.getUIntVal();
947 unsigned AttrGrpNum = Lex.getUIntVal();
1848 std::pair<Type*, LocTy> &Entry = NumberedTypes[Lex.getUIntVal()];
2522 ID.UIntVal = Lex.getUIntVal();
2530 ID.UIntVal = Lex.getUIntVal();
2767 unsigned Opc = Lex.getUIntVal();
2832 unsigned PredVal, Opc = Lex.getUIntVal();
2882 unsigned Opc = Lex.getUIntVal();
[all...]

Completed in 52 milliseconds