Searched refs:BeginIndex (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp42 : Error(Error), BeginIndex(Error->Errors.size()) {}
46 if (BeginIndex < Error->Errors.size()) {
47 Diagnostics::ErrorContent &Dest = Error->Errors[BeginIndex];
48 for (size_t i = BeginIndex + 1, e = Error->Errors.size(); i < e; ++i) {
51 Error->Errors.resize(BeginIndex + 1);
57 Error->Errors.resize(BeginIndex);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h131 unsigned BeginIndex; member in struct:clang::ast_matchers::dynamic::Diagnostics::OverloadContext
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1814 uint64_t BeginIndex = BeginOffset / ElementSize;
1815 if (BeginIndex * ElementSize != BeginOffset ||
1816 BeginIndex >= Ty->getNumElements())
1824 assert(EndIndex > BeginIndex && "Empty vector!");
1825 uint64_t NumElements = EndIndex - BeginIndex;
2181 static Value *extractVector(IRBuilderTy &IRB, Value *V, unsigned BeginIndex,
2184 unsigned NumElements = EndIndex - BeginIndex;
2191 V = IRB.CreateExtractElement(V, IRB.getInt32(BeginIndex),
2199 for (unsigned i = BeginIndex; i != EndIndex; ++i)
2208 unsigned BeginIndex, cons
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp357 const unsigned BeginIndex) {
358 auto It = op_begin() + BeginIndex;
364 unsigned CurrentIndex = BeginIndex;
356 populateBundleOperandInfos(ArrayRef<OperandBundleDef> Bundles, const unsigned BeginIndex) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h2108 const unsigned BeginIndex);

Completed in 173 milliseconds