Searched refs:NumOpds (Results 1 – 2 of 2) sorted by relevance
517 unsigned NumOpds = MI.getNumOperands(); in OperandsMapper() local518 OpToNewVRegIdx.reset(new int[NumOpds]); in OperandsMapper()519 std::fill(&OpToNewVRegIdx[0], &OpToNewVRegIdx[NumOpds], in OperandsMapper()621 unsigned NumOpds = getMI().getNumOperands(); in print() local627 for (unsigned Idx = 0; Idx != NumOpds; ++Idx) { in print()647 for (unsigned Idx = 0; Idx != NumOpds; ++Idx) { in print()
608 unsigned NumOpds = InstrMapping.getNumOperands(); in OperandsMapper() local609 OpToNewVRegIdx.resize(NumOpds, OperandsMapper::DontKnowIdx); in OperandsMapper()716 unsigned NumOpds = getInstrMapping().getNumOperands(); in print() local722 for (unsigned Idx = 0; Idx != NumOpds; ++Idx) { in print()742 for (unsigned Idx = 0; Idx != NumOpds; ++Idx) { in print()