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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7517 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; local
7518 switch (MaskedBytes) {
7527 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result;
7529 Result.first = MaskedBytes;

Completed in 130 milliseconds