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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h39 HasIndex = (1 << 3), enumerator in enum:llvm::SystemZII::__anon2415
H A DSystemZRegisterInfo.cpp309 if (MI->getDesc().TSFlags & SystemZII::HasIndex
H A DSystemZInstrInfo.cpp1207 if (MemDesc.TSFlags & SystemZII::HasIndex)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp322 bool HasIndex[16] = {}; local
338 if (HasIndex[Idx]) HasRepeated = true;
339 HasIndex[Idx] = true;
355 if (HasIndex[Idx]) HasRepeated = true;
356 HasIndex[Idx] = true;

Completed in 122 milliseconds