Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CurValue

1614     uint64_t CurValue;
1617 ModuleSignature() : CurBit(0), CurValue(0) { }
1628 CurValue |= Value << CurBit;
1635 Data.push_back(CurValue);
1638 CurValue = Value >> (64-CurBit);
1640 CurValue = 0;
1648 Data.push_back(CurValue);
1650 CurValue = 0;