Searched refs:Realigned (Results 1 – 2 of 2) sorted by relevance
1065 void setIsStackRealigned(bool Realigned = true) {1066 IsStackRealigned = Realigned;
3902 APInt Realigned(CI->getValue()); in emitGlobalConstantLargeInt() local3924 ExtraBits = Realigned.getRawData()[0] & in emitGlobalConstantLargeInt()3927 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()3929 ExtraBits = Realigned.getRawData()[BitWidth / 64]; in emitGlobalConstantLargeInt()3935 const uint64_t *RawData = Realigned.getRawData(); in emitGlobalConstantLargeInt()