Home
last modified time | relevance | path

Searched defs:getUnsigned (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h332 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); } in getUnsigned() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDataExtractor.h180 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDataExtractor.cpp124 uint64_t DataExtractor::getUnsigned(uint64_t *offset_ptr, uint32_t byte_size, in getUnsigned() function in DataExtractor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1737 static bool getUnsigned(const MIToken &Token, unsigned &Result, in getUnsigned() function
1759 bool MIParser::getUnsigned(unsigned &Result) { in getUnsigned() function in MIParser