Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1601 unsigned NextSize; in LexNumericConstant() local
1602 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts()); in LexNumericConstant()
1607 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant()
1672 unsigned NextSize; in LexUDSuffix() local
1673 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize, in LexUDSuffix()
1688 Consumed += NextSize; in LexUDSuffix()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1912 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in WidenVecRes_BinaryCanTrap() local
1915 NextSize *= 2; in WidenVecRes_BinaryCanTrap()
1916 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in WidenVecRes_BinaryCanTrap()
1933 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in WidenVecRes_BinaryCanTrap()