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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1380 unsigned InputByteNo = countTrailingZeros(ByteMask); local
1388 unsigned DestByteNo = InputByteNo + OverallLeftShift;
1389 if (ByteValues.size()-1-DestByteNo != InputByteNo)

Completed in 82 milliseconds