Searched refs:NumDefOps (Results 1 – 1 of 1) sorted by relevance
4157 const int NumDefOps = MI.getNumExplicitDefs(); in reduceOperationWidth() local4158 const int NumSrcOps = MI.getNumOperands() - NumDefOps; in reduceOperationWidth()4168 for (int I = 0; I < NumDefOps; ++I) in reduceOperationWidth()4182 Register SrcReg = MI.getOperand(I + NumDefOps).getReg(); in reduceOperationWidth()4240 if (NumDefOps == 1) in reduceOperationWidth()4246 for (int J = 0; J != NumDefOps; ++J) in reduceOperationWidth()4255 for (int I = 0; I != NumDefOps; ++I) in reduceOperationWidth()4262 for (int I = 0; I != NumDefOps; ++I) { in reduceOperationWidth()