Home
last modified time | relevance | path

Searched refs:NextSize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1792 unsigned NextSize; in LexNumericConstant() local
1793 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts()); in LexNumericConstant()
1800 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant()
1865 unsigned NextSize; in LexUDSuffix() local
1866 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize, in LexUDSuffix()
1881 Consumed += NextSize; in LexUDSuffix()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3221 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in CollectOpsToWiden() local
3224 NextSize *= 2; in CollectOpsToWiden()
3225 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in CollectOpsToWiden()
3241 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in CollectOpsToWiden()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp3416 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local
3418 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0)); in EmitBuiltinExpr()
3421 SizePhi->addIncoming(NextSize, Next); in EmitBuiltinExpr()
3471 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local
3473 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0)); in EmitBuiltinExpr()
3477 SizePhi->addIncoming(NextSize, Next); in EmitBuiltinExpr()