Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1336 APInt MaskB = AndMask & Byte; in CollectBSwapParts() local
1337 if (MaskB == 0) { in CollectBSwapParts()
1343 if (MaskB != Byte) in CollectBSwapParts()