Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1595 unsigned NextSize; in LexNumericConstant() local
1596 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts()); in LexNumericConstant()
1601 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant()
1666 unsigned NextSize; in LexUDSuffix() local
1667 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize, in LexUDSuffix()
1682 Consumed += NextSize; in LexUDSuffix()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1932 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in WidenVecRes_BinaryCanTrap() local
1935 NextSize *= 2; in WidenVecRes_BinaryCanTrap()
1936 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in WidenVecRes_BinaryCanTrap()
1953 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in WidenVecRes_BinaryCanTrap()