Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2072 auto [Next, NextSize] = getCharAndSizeNoWarn(CurPtr + Size, LangOpts); in LexNumericConstant()
2079 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant()
2144 auto [Next, NextSize] = in LexUDSuffix()
2159 Consumed += NextSize; in LexUDSuffix()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4703 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in CollectOpsToWiden()
4706 NextSize *= 2; in CollectOpsToWiden()
4707 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in CollectOpsToWiden()
4723 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in CollectOpsToWiden()
4699 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; CollectOpsToWiden() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4362 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local
4364 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0)); in EmitBuiltinExpr()
4367 SizePhi->addIncoming(NextSize, Next); in EmitBuiltinExpr()
4417 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local
4419 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0)); in EmitBuiltinExpr()
4423 SizePhi->addIncoming(NextSize, Next); in EmitBuiltinExpr()