Searched refs:NextSize (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1956 unsigned NextSize; in LexNumericConstant() local 1957 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, LangOpts); in LexNumericConstant() 1964 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant() 2029 unsigned NextSize; in LexUDSuffix() local 2030 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize, LangOpts); in LexUDSuffix() 2044 Consumed += NextSize; in LexUDSuffix()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 4220 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in CollectOpsToWiden() local 4223 NextSize *= 2; in CollectOpsToWiden() 4224 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in CollectOpsToWiden() 4240 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in CollectOpsToWiden()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 3611 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local 3613 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0)); in EmitBuiltinExpr() 3616 SizePhi->addIncoming(NextSize, Next); in EmitBuiltinExpr() 3666 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local 3668 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0)); in EmitBuiltinExpr() 3672 SizePhi->addIncoming(NextSize, Next); in EmitBuiltinExpr()
|