Home
last modified time | relevance | path

Searched refs:getActiveWords (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPInt.h1309 unsigned getActiveWords() const { in getActiveWords() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1142 unsigned getActiveWords() const { in getActiveWords() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1285 unsigned getActiveWords() const { in getActiveWords() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1532 unsigned getActiveWords() const { in getActiveWords() function
/external/llvm/unittests/ADT/
DAPIntTest.cpp71 EXPECT_EQ(1u, i65.getActiveWords()); in TEST()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp808 unsigned NWords = IV->getValue().getActiveWords(); in WriteConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp91 EXPECT_EQ(1u, i65.getActiveWords()); in TEST()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2062 unsigned NWords = IV->getValue().getActiveWords(); in writeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2288 unsigned NWords = IV->getValue().getActiveWords(); in writeConstants()