Searched refs:NextSize (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1895 unsigned NextSize; in LexNumericConstant() local 1896 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, LangOpts); in LexNumericConstant() 1903 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant() 1968 unsigned NextSize; in LexUDSuffix() local 1969 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize, LangOpts); in LexUDSuffix() 1983 Consumed += NextSize; in LexUDSuffix()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 3958 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in CollectOpsToWiden() local 3961 NextSize *= 2; in CollectOpsToWiden() 3962 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in CollectOpsToWiden() 3978 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in CollectOpsToWiden()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 3572 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local 3574 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0)); in EmitBuiltinExpr() 3577 SizePhi->addIncoming(NextSize, Next); in EmitBuiltinExpr() 3627 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local 3629 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0)); in EmitBuiltinExpr() 3633 SizePhi->addIncoming(NextSize, Next); in EmitBuiltinExpr()
|