Searched refs:CurWord (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h130 /// CurWord - This is the current data we have pulled from the stream but have
132 uint32_t CurWord; member in class:llvm::BitstreamCursor
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
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2664 unsigned CurWord = FirstWord + i; local
2665 if (CurWord >= O32IntRegsSize)
2668 unsigned SrcReg = O32IntRegs[CurWord];

Completed in 417 milliseconds