Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2027 auto [Next, NextSize] = getCharAndSizeNoWarn(CurPtr + Size, LangOpts); in LexNumericConstant()
2034 CurPtr = ConsumeChar(CurPtr, NextSize, Result); in LexNumericConstant()
2099 auto [Next, NextSize] = in LexUDSuffix()
2114 Consumed += NextSize; in LexUDSuffix()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp4414 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; in CollectOpsToWiden() local
4417 NextSize *= 2; in CollectOpsToWiden()
4418 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize); in CollectOpsToWiden()
4434 unsigned OpsToConcat = NextSize/VT.getVectorNumElements(); in CollectOpsToWiden()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4177 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local
4179 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0)); in EmitBuiltinExpr()
4182 SizePhi->addIncoming(NextSize, Next); in EmitBuiltinExpr()
4232 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1)); in EmitBuiltinExpr() local
4234 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0)); in EmitBuiltinExpr()
4238 SizePhi->addIncoming(NextSize, Next); in EmitBuiltinExpr()