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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1324 unsigned ByteShift = ShAmt >> 3; local
1327 OverallLeftShift += ByteShift;
1328 ByteMask >>= ByteShift; local
1331 OverallLeftShift -= ByteShift;
1332 ByteMask <<= ByteShift; local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7543 unsigned ByteShift = MaskInfo.second; local
7549 ByteShift*8, (ByteShift+NumBytes)*8);
7560 // shifted by ByteShift and truncated down to NumBytes.
7561 if (ByteShift)
7563 DAG.getConstant(ByteShift*8,
7571 StOffset = ByteShift;
7573 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes;

Completed in 315 milliseconds