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