Home | History | Annotate | Download | only in Support

Lines Matching refs:Tmp1

880     unsigned Tmp1 = unsigned(VAL >> 16);
881 Tmp1 = ByteSwap_32(Tmp1);
884 return APInt(BitWidth, (uint64_t(Tmp2) << 32) | Tmp1);