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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8189 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; local
8190 switch (MaskedBytes) {
8199 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result;
8201 Result.first = MaskedBytes;

Completed in 124 milliseconds