Searched refs:Index0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp220 unsigned Index0 = MakeIndex(String0); local
222 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!");
224 return Index0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19874 int Index0, Index1; local
19875 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0);
19877 if (!Src0 || !Src1 || Index0 != Index1 ||
19880 !TLI.isExtractVecEltCheap(VT, Index0) ||
19886 DAG.getConstant(Index0, DL, TLI.getVectorIdxTy(DAG.getDataLayout()));
19899 Ops[Index0] = ScalarBO;

Completed in 117 milliseconds