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

References

lib/Target/X86/X86ISelDAGToDAG.cpp
 1723   if (countTrailingOnes(Mask >> MaskTZ) + MaskTZ + MaskLZ != 64) return true;
 1728   if (MaskLZ < ScaleDown)
 1730   MaskLZ -= ScaleDown;
 1745     MaskLZ = ExtendBits > MaskLZ ? 0 : MaskLZ - ExtendBits;
 1745     MaskLZ = ExtendBits > MaskLZ ? 0 : MaskLZ - ExtendBits;
 1745     MaskLZ = ExtendBits > MaskLZ ? 0 : MaskLZ - ExtendBits;
 1749     APInt::getHighBitsSet(X.getSimpleValueType().getSizeInBits(), MaskLZ);