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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7505 unsigned NotMaskTZ = CountTrailingZeros_64(NotMask); local
7506 if (NotMaskTZ & 7) return Result; // Must be multiple of a byte.
7510 if (CountTrailingOnes_64(NotMask >> NotMaskTZ)+NotMaskTZ+NotMaskLZ != 64)
7517 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8;
7527 if (NotMaskTZ && NotMaskTZ/8 % MaskedBytes) return Result;
7530 Result.second = NotMaskTZ/8;

Completed in 199 milliseconds