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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1658 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; local
1661 NextSize *= 2;
1662 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize);
1679 unsigned OpsToConcat = NextSize/VT.getVectorNumElements();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1611 unsigned NextSize; local
1612 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts());
1663 unsigned NextSize; local
1664 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize,
1679 Consumed += NextSize;

Completed in 119 milliseconds