Searched defs:ByteMask (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1390 static bool CollectBSwapParts(Value *V, int OverallLeftShift, uint32_t ByteMask, argument
1504 uint32_t ByteMask = ~0U >> (32-ByteValues.size()); local
[all...]

Completed in 96 milliseconds