reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
14728   if (NotMaskLZ & 7) return Result;  // Must be multiple of a byte.
14731   if (NotMaskLZ == 64) return Result;  // All zero mask.
14734   if (countTrailingOnes(NotMask >> NotMaskTZ) + NotMaskTZ + NotMaskLZ != 64)
14738   if (V.getValueType() != MVT::i64 && NotMaskLZ)
14739     NotMaskLZ -= 64-V.getValueSizeInBits();
14741   unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8;