Searched refs:Realigned (Results 1 – 3 of 3) sorted by relevance
847 void setIsStackRealigned(bool Realigned = true) {848 IsStackRealigned = Realigned;
52 ; Realigned stack frame. IRG uses value of SP after realignment,
3118 APInt Realigned(CI->getValue()); in emitGlobalConstantLargeInt() local3140 ExtraBits = Realigned.getRawData()[0] & in emitGlobalConstantLargeInt()3142 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()3144 ExtraBits = Realigned.getRawData()[BitWidth / 64]; in emitGlobalConstantLargeInt()3150 const uint64_t *RawData = Realigned.getRawData(); in emitGlobalConstantLargeInt()