Searched refs:Rearrange (Results 1 – 2 of 2) sorted by relevance
1702 uint64_t Rearrange[2]; in ParseConstants() local1703 Rearrange[0] = (Record[1] & 0xffffLL) | (Record[0] << 16); in ParseConstants()1704 Rearrange[1] = Record[0] >> 48; in ParseConstants()1706 APInt(80, Rearrange))); in ParseConstants()
1995 uint64_t Rearrange[2]; in ParseConstants() local1996 Rearrange[0] = (Record[1] & 0xffffLL) | (Record[0] << 16); in ParseConstants()1997 Rearrange[1] = Record[0] >> 48; in ParseConstants()1999 APInt(80, Rearrange))); in ParseConstants()