Searched refs:NextSize (Results 1 – 2 of 2) sorted by relevance
1595 unsigned NextSize; in LexNumericConstant() local1596 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts()); in LexNumericConstant()1601 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant()1666 unsigned NextSize; in LexUDSuffix() local1667 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize, in LexUDSuffix()1682 Consumed += NextSize; in LexUDSuffix()
1932 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in WidenVecRes_BinaryCanTrap() local1935 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()