Searched refs:NumDefOps (Results 1 – 1 of 1) sorted by relevance
3951 const int NumDefOps = MI.getNumExplicitDefs(); in reduceOperationWidth() local3952 const int NumSrcOps = MI.getNumOperands() - NumDefOps; in reduceOperationWidth()3962 for (int I = 0; I < NumDefOps; ++I) in reduceOperationWidth()3978 Register SrcReg = MI.getOperand(I + NumDefOps).getReg(); in reduceOperationWidth()4034 if (NumDefOps == 1) in reduceOperationWidth()4040 for (int J = 0; J != NumDefOps; ++J) in reduceOperationWidth()4049 for (int I = 0; I != NumDefOps; ++I) in reduceOperationWidth()4056 for (int I = 0; I != NumDefOps; ++I) { in reduceOperationWidth()