Searched refs:NumIns (Results 1 – 1 of 1) sorted by relevance
18754 int NumIns = N->getNumOperands(); in PerformMVETruncCombine() local18755 assert((NumIns == 2 || NumIns == 4) && in PerformMVETruncCombine()18762 for (int I = 0; I < NumIns; I++) { in PerformMVETruncCombine()18765 DAG.getConstant(I * 16 / NumIns, DL, StackPtr.getValueType())); in PerformMVETruncCombine()18767 DAG.getMachineFunction(), SPFI, I * 16 / NumIns); in PerformMVETruncCombine()