HomeSort by relevance Sort by last modified time
    Searched refs:CurWord (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 130 /// CurWord - This is the current data we have pulled from the stream but have
132 uint32_t CurWord;
134 /// BitsInCurWord - This is the number of bits in CurWord that are valid. This
163 CurWord = 0;
173 CurWord = 0;
187 CurWord = RHS.CurWord;
281 CurWord = 0;
291 // If the field is fully contained by CurWord, return it quickly.
293 uint32_t R = CurWord & ((1U << NumBits)-1)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 135 milliseconds