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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2965 int NextSize = VT.isVector() ? VT.getVectorNumElements() : 1; local
2968 NextSize *= 2;
2969 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize);
2985 unsigned OpsToConcat = NextSize/VT.getVectorNumElements();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1790 unsigned NextSize; local
1791 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts());
1796 CurPtr = ConsumeChar(CurPtr, NextSize, Result);
1861 unsigned NextSize; local
1862 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize,
1877 Consumed += NextSize;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2779 Value *NextSize = Builder.CreateSub(SizePhi, ConstantInt::get(SizeTy, 1));
2781 Builder.CreateICmpEQ(NextSize, ConstantInt::get(SizeTy, 0));
2785 SizePhi->addIncoming(NextSize, Next);

Completed in 200 milliseconds