Home | History | Annotate | Download | only in Support

Lines Matching refs:Tmp1

773     unsigned Tmp1 = unsigned(VAL >> 16);
774 Tmp1 = ByteSwap_32(Tmp1);
777 return APInt(BitWidth, (uint64_t(Tmp2) << 32) | Tmp1);