Searched defs:ByteShift (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1317 unsigned ByteShift = ShAmt >> 3; local
1320 OverallLeftShift += ByteShift;
1321 ByteMask >>= ByteShift; local
1324 OverallLeftShift -= ByteShift;
1325 ByteMask <<= ByteShift; local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6339 unsigned ByteShift = MaskInfo.second; local
6345 ByteShift*8, (ByteShift+NumBytes)*8);
6356 // shifted by ByteShift and truncated down to NumBytes.
6357 if (ByteShift)
6359 DAG.getConstant(ByteShift*8,
6367 StOffset = ByteShift;
6369 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10799 unsigned ByteShift = MaskInfo.second; local
10805 ByteShift*8, (ByteShift+NumBytes)*8);
10816 // shifted by ByteShift and truncated down to NumBytes.
10817 if (ByteShift) {
10820 DAG.getConstant(ByteShift*8, DL,
10829 StOffset = ByteShift;
10831 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes;

Completed in 284 milliseconds