Searched refs:OpEnd (Results 1 – 5 of 5) sorted by relevance
491 unsigned OpEnd = OldMI->getNumOperands(); in changeLoad() local538 for (unsigned i = OpStart; i < OpEnd; ++i) in changeLoad()548 unsigned OpEnd = OldMI->getNumOperands(); in changeStore() local589 for (unsigned i = OpStart; i < OpEnd; ++i) in changeStore()635 unsigned OpEnd = UseMI->getNumOperands(); in changeAddAsl() local660 for (unsigned i = OpStart; i < OpEnd; ++i) in changeAddAsl()
487 for (unsigned OpIdx = 0, OpEnd = MI.getNumOperands(); OpIdx < OpEnd; in forwardUses() local773 for (unsigned OpIdx = 0, OpEnd = MI.getNumOperands(); OpIdx != OpEnd; in propagateDefs() local
561 int OpEnd = DefMI->getNumOperands(); in buildClosure() local566 for (int OpIdx = 0; OpIdx < OpEnd; ++OpIdx) { in buildClosure()
2049 for (unsigned OpIdx = 0, OpEnd = Inst->getNumOperands(); OpIdx != OpEnd; in rememberInstruction() local
4789 for (LookupResult::iterator Op = Res.begin(), OpEnd = Res.end(); in HasNoThrowOperator() local4790 Op != OpEnd; ++Op) { in HasNoThrowOperator()