Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1304 unsigned getActiveWords() const { in getActiveWords() function
/external/llvm/unittests/ADT/
DAPIntTest.cpp71 EXPECT_EQ(1u, i65.getActiveWords()); in TEST()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1572 unsigned NWords = IV->getValue().getActiveWords(); in WriteConstants()