Searched refs:NewOff (Results 1 – 2 of 2) sorted by relevance
1387 uint64_t NewOff = GA->getOffset() + (uint64_t)Const->getSExtValue(); in SelectGlobalAddress() local1389 N.getValueType(), NewOff); in SelectGlobalAddress()
2319 int NewOff = Offset < 0 ? MinOff : MaxOff; in isAArch64FrameOffsetLegal() local2321 *EmittableOffset = NewOff; in isAArch64FrameOffsetLegal()2322 Offset = (Offset - NewOff) * Scale; in isAArch64FrameOffsetLegal()