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

References

include/llvm/ADT/SmallBitVector.h
  433       getPointer()->flip();
lib/CodeGen/TargetRegisterInfo.cpp
  233   Allocatable &= Reserved.flip();
lib/Support/GlobPattern.cpp
   91       return BV->flip();
lib/Target/Hexagon/RDFRegisters.cpp
   93     MaskInfos[M].Units = PU.flip();
lib/Target/Mips/MipsDelaySlotFiller.cpp
  401   Defs |= AllocSet.flip();
unittests/ADT/BitVectorTest.cpp
   51   Inv.flip();
   61   Vec.flip();
  129   Vec.flip();
  140   Vec.flip();
  156   Vec.flip();
  164   Inv = TypeParam().flip();
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
  155   AllRegisters.flip();