Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1613 unsigned InputByteNo = countTrailingZeros(ByteMask); in CollectBSwapParts() local
1621 unsigned DestByteNo = InputByteNo + OverallLeftShift; in CollectBSwapParts()
1622 if (ByteValues.size()-1-DestByteNo != InputByteNo) in CollectBSwapParts()