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

References

include/llvm/ADT/APInt.h
 2002   a &= RHS;
 2007   b &= LHS;
lib/Target/PowerPC/PPCInstrInfo.cpp
 2892     InVal &= Mask;
 2917     InVal &= Mask;
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  996     DemandedElts &= (1 << countPopulation(DMaskVal)) - 1;