Searched refs:NextSize (Results 1 – 2 of 2) sorted by relevance
1599 unsigned NextSize; in LexNumericConstant() local1600 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts()); in LexNumericConstant()1605 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant()1670 unsigned NextSize; in LexUDSuffix() local1671 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize, in LexUDSuffix()1686 Consumed += NextSize; in LexUDSuffix()
2226 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in WidenVecRes_BinaryCanTrap() local2229 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()