Home
last modified time | relevance | path

Searched refs:CurValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h45 uint32_t CurValue; variable
120 CurValue(0), CurCodeSize(2) {} in Out()
205 CurValue |= Val << CurBit; in Emit()
212 WriteWord(CurValue); in Emit()
215 CurValue = Val >> (32-CurBit); in Emit()
217 CurValue = 0; in Emit()
223 WriteWord(CurValue); in FlushToWord()
225 CurValue = 0; in FlushToWord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp360 Value *CurValue = &*CurInstIterator; in resetIteratorIfInvalidatedWhileCalling() local
361 WeakTrackingVH IterHandle(CurValue); in resetIteratorIfInvalidatedWhileCalling()
367 if (IterHandle != CurValue) { in resetIteratorIfInvalidatedWhileCalling()