Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1368 unsigned DestByteNo = InputByteNo + OverallLeftShift; in CollectBSwapParts() local
1369 if (ByteValues.size()-1-DestByteNo != InputByteNo) in CollectBSwapParts()
1374 if (ByteValues[DestByteNo] && ByteValues[DestByteNo] != V) in CollectBSwapParts()
1376 ByteValues[DestByteNo] = V; in CollectBSwapParts()