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

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1477 unsigned DestByteNo = InputByteNo + OverallLeftShift; local
1478 if (ByteValues.size()-1-DestByteNo != InputByteNo)
1483 if (ByteValues[DestByteNo] && ByteValues[DestByteNo] != V)
1485 ByteValues[DestByteNo] = V;

Completed in 93 milliseconds