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 127 /// CurWord - This is the current data we have pulled from the stream but have
129 uint32_t CurWord;
131 /// BitsInCurWord - This is the number of bits in CurWord that are valid. This
161 CurWord = 0;
172 CurWord = 0;
186 CurWord = RHS.CurWord;
256 CurWord = 0;
266 // If the field is fully contained by CurWord, return it quickly.
268 uint32_t R = CurWord & ((1U << NumBits)-1)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 346 milliseconds