Searched refs:Rearrange (Results 1 – 2 of 2) sorted by relevance
1261 uint64_t Rearrange[2]; in ParseConstants() local1262 Rearrange[0] = (Record[1] & 0xffffLL) | (Record[0] << 16); in ParseConstants()1263 Rearrange[1] = Record[0] >> 48; in ParseConstants()1264 V = ConstantFP::get(Context, APFloat(APInt(80, Rearrange))); in ParseConstants()
380 <li>Rearrange recommendations when a new best estimate is obtained</li>