Searched refs:ByteShift (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1301 unsigned ByteShift = ShAmt >> 3; local
1304 OverallLeftShift += ByteShift;
1305 ByteMask >>= ByteShift; local
1308 OverallLeftShift -= ByteShift;
1309 ByteMask <<= ByteShift; local
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7220 unsigned ByteShift = MaskInfo.second; local
7226 ByteShift*8, (ByteShift+NumBytes)*8);
7237 // shifted by ByteShift and truncated down to NumBytes.
7238 if (ByteShift)
7240 DAG.getConstant(ByteShift*8,
7248 StOffset = ByteShift;
7250 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes;

Completed in 145 milliseconds