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

References

gen/lib/Target/AMDGPU/AMDGPUGenAsmMatcher.inc
 3786     NumDefaults += (OptionalOperandsMask[i] ? 1 : 0);
 3834       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3841       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3848       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3855       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3877       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3887       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3894       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3901       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3917       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3924       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3931       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3938       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3981       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3988       if (OptionalOperandsMask[*(p + 1) - 1]) {
 3995       if (OptionalOperandsMask[*(p + 1) - 1]) {
include/llvm/ADT/PackedVector.h
   33       val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
include/llvm/ADT/SmallBitVector.h
   89       return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
  464     return (*this)[Idx];
  495         if ((*this)[i] != RHS[i])
  495         if ((*this)[i] != RHS[i])
lib/Analysis/DependenceAnalysis.cpp
 2577         if (Loops[K]) {
 2621       if (Loops[K]) {
 2646   if (Loops[Level]) {
tools/clang/lib/Sema/SemaTemplate.cpp
 3755     if (!DeducibleParams[I]) {
tools/lldb/source/Symbol/TypeSystem.cpp
   44 bool LanguageSet::operator[](unsigned i) const { return bitvector[i]; }