Searched refs:UOffset (Results 1 – 1 of 1) sorted by relevance
2243 const uint64_t UOffset = Offset; in LowerMOVaddrPAC() local2246 .addImm((IsNeg ? ~UOffset : UOffset) & 0xffff) in LowerMOVaddrPAC()2248 auto NeedMovk = [IsNeg, UOffset](int BitPos) -> bool { in LowerMOVaddrPAC()2250 uint64_t Shifted = UOffset >> BitPos; in LowerMOVaddrPAC()2262 .addImm((UOffset >> BitPos) & 0xffff) in LowerMOVaddrPAC()