Home | History | Annotate | Download | only in Support

Lines Matching defs:Tmp1

751     unsigned Tmp1 = unsigned(VAL >> 16);
752 Tmp1 = ByteSwap_32(Tmp1);
755 return APInt(BitWidth, (uint64_t(Tmp2) << 32) | Tmp1);