Searched refs:shiftBitCount (Results 1 – 1 of 1) sorted by relevance
1860 Node* shiftBitCount; in BuildChangeEndiannessLoad() local1865 shiftBitCount = Int32Constant(64 - valueSizeInBits); in BuildChangeEndiannessLoad()1867 gasm_->Word64Shl(gasm_->ChangeInt32ToInt64(result), shiftBitCount), in BuildChangeEndiannessLoad()1868 shiftBitCount); in BuildChangeEndiannessLoad()1870 shiftBitCount = Int32Constant(32 - valueSizeInBits); in BuildChangeEndiannessLoad()1871 result = gasm_->Word32Sar(gasm_->Word32Shl(result, shiftBitCount), in BuildChangeEndiannessLoad()1872 shiftBitCount); in BuildChangeEndiannessLoad()