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