Searched refs:Realigned (Results 1 – 2 of 2) sorted by relevance
804 void setIsStackRealigned(bool Realigned = true) {805 IsStackRealigned = Realigned;
2850 APInt Realigned(CI->getValue()); in emitGlobalConstantLargeInt() local2872 ExtraBits = Realigned.getRawData()[0] & in emitGlobalConstantLargeInt()2874 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()2876 ExtraBits = Realigned.getRawData()[BitWidth / 64]; in emitGlobalConstantLargeInt()2882 const uint64_t *RawData = Realigned.getRawData(); in emitGlobalConstantLargeInt()