Home
last modified time | relevance | path

Searched refs:OpEnd (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp851 unsigned OpEnd = OldMI->getNumOperands(); in changeLoad() local
898 for (unsigned i = OpStart; i < OpEnd; ++i) in changeLoad()
908 unsigned OpEnd = OldMI->getNumOperands(); in changeStore() local
949 for (unsigned i = OpStart; i < OpEnd; ++i) in changeStore()
995 unsigned OpEnd = UseMI->getNumOperands(); in changeAddAsl() local
1020 for (unsigned i = OpStart; i < OpEnd; ++i) in changeAddAsl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp782 for (unsigned OpIdx = 0, OpEnd = MI.getNumOperands(); OpIdx < OpEnd; in forwardUses() local
1097 for (unsigned OpIdx = 0, OpEnd = MI.getNumOperands(); OpIdx != OpEnd; in propagateDefs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp565 int OpEnd = DefMI->getNumOperands(); in buildClosure() local
570 for (int OpIdx = 0; OpIdx < OpEnd; ++OpIdx) { in buildClosure()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp575 for (LookupResult::iterator Op = Res.begin(), OpEnd = Res.end(); in HasNoThrowOperator() local
576 Op != OpEnd; ++Op) { in HasNoThrowOperator()