Home
last modified time | relevance | path

Searched refs:getExtValue (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.h93 int64_t getExtValue() const { in getExtValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp167 Value = N.getExtValue(); in mapEncodedInteger()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1528 Dest = MachineOperand::CreateImm(Int.getExtValue()); in parseImmediateOperand()
2136 Offset = (int)Token.integerValue().getExtValue(); in parseCFIOffset()
2428 ShufMask.push_back(Int.getExtValue()); in parseShuffleMaskOperand()
2672 Offset = Token.integerValue().getExtValue(); in parseOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp4215 Result.assign(S.getExtValue()); in ParseMDField()