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

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1410 unsigned ByteShift = ShAmt >> 3; local
1414 ByteMask >>= ByteShift; local
1418 ByteMask <<= ByteShift; local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8215 unsigned ByteShift = MaskInfo.second; local

Completed in 98 milliseconds