Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1552 static bool CollectBSwapParts(Value *V, int OverallLeftShift, uint32_t ByteMask, in CollectBSwapParts()
1666 uint32_t ByteMask = ~0U >> (32-ByteValues.size()); in MatchBSwap() local