Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1384 unsigned DestByteNo = InputByteNo + OverallLeftShift; in CollectBSwapParts() local
1386 if (ByteValues.size()-1-DestByteNo != InputByteNo) in CollectBSwapParts()
1389 if (ByteValues.size()-1-DestByteNo != InputByteNo) in CollectBSwapParts()
1395 if (ByteValues[DestByteNo] && ByteValues[DestByteNo] != V) in CollectBSwapParts()
1397 ByteValues[DestByteNo] = V; in CollectBSwapParts()