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.cpp569 unsigned OpEnd = OldMI->getNumOperands(); in changeLoad() local
616 for (unsigned i = OpStart; i < OpEnd; ++i) in changeLoad()
626 unsigned OpEnd = OldMI->getNumOperands(); in changeStore() local
667 for (unsigned i = OpStart; i < OpEnd; ++i) in changeStore()
713 unsigned OpEnd = UseMI->getNumOperands(); in changeAddAsl() local
738 for (unsigned i = OpStart; i < OpEnd; ++i) in changeAddAsl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp679 for (unsigned OpIdx = 0, OpEnd = MI.getNumOperands(); OpIdx < OpEnd; in forwardUses() local
993 for (unsigned OpIdx = 0, OpEnd = MI.getNumOperands(); OpIdx != OpEnd; in propagateDefs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp561 int OpEnd = DefMI->getNumOperands(); in buildClosure() local
566 for (int OpIdx = 0; OpIdx < OpEnd; ++OpIdx) { in buildClosure()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5108 for (LookupResult::iterator Op = Res.begin(), OpEnd = Res.end(); in HasNoThrowOperator() local
5109 Op != OpEnd; ++Op) { in HasNoThrowOperator()