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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15004 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; local
15005 switch (MaskedBytes) {
15014 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result;
15028 Result.first = MaskedBytes;

Completed in 97 milliseconds