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