Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1599 unsigned NextSize; in LexNumericConstant() local
1600 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts()); in LexNumericConstant()
1605 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant()
1670 unsigned NextSize; in LexUDSuffix() local
1671 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize, in LexUDSuffix()
1686 Consumed += NextSize; in LexUDSuffix()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp2226 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in WidenVecRes_BinaryCanTrap() local
2229 NextSize *= 2; in WidenVecRes_BinaryCanTrap()
2230 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in WidenVecRes_BinaryCanTrap()
2247 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in WidenVecRes_BinaryCanTrap()