Searched refs:NextSize (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/ |
| D | Lexer.cpp | 1807 unsigned NextSize; in LexNumericConstant() local 1808 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts()); in LexNumericConstant() 1815 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant() 1880 unsigned NextSize; in LexUDSuffix() local 1881 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize, in LexUDSuffix() 1896 Consumed += NextSize; in LexUDSuffix()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorTypes.cpp | 3226 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in CollectOpsToWiden() local 3229 NextSize *= 2; in CollectOpsToWiden() 3230 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in CollectOpsToWiden() 3246 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in CollectOpsToWiden()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 3497 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local 3499 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0)); in EmitBuiltinExpr() 3502 SizePhi->addIncoming(NextSize, Next); in EmitBuiltinExpr() 3552 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local 3554 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0)); in EmitBuiltinExpr() 3558 SizePhi->addIncoming(NextSize, Next); in EmitBuiltinExpr()
|