Searched refs:HasIndex (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp119 if (MI->getDesc().TSFlags & SystemZII::HasIndex
H A DSystemZInstrInfo.h34 HasIndex = (1 << 3), enumerator in enum:llvm::SystemZII::__anon13165
H A DSystemZInstrInfo.cpp1017 if (MemDesc.TSFlags & SystemZII::HasIndex)
/external/clang/lib/Sema/
H A DSemaExprMember.cpp314 bool HasIndex[16] = {}; local
330 if (HasIndex[Idx]) HasRepeated = true;
331 HasIndex[Idx] = true;
347 if (HasIndex[Idx]) HasRepeated = true;
348 HasIndex[Idx] = true;

Completed in 416 milliseconds