Searched refs:LastOpNum (Results 1 – 2 of 2) sorted by relevance
458 unsigned LastOpNum = N->getNumOperands() - 1; in select() local467 if (N->getOperand(LastOpNum).getValueType() == MVT::Glue) { in select()468 --LastOpNum; in select()477 for (unsigned i = 2, e = LastOpNum + 1; i != e; ++i) { in select()
4135 unsigned LastOpNum = N->getNumOperands() - 1 - HasChainOp; in doPeepholeMaskedRVV() local4141 if (DropPolicy && I == LastOpNum) in doPeepholeMaskedRVV()