Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp42 : Error(Error), BeginIndex(Error->Errors.size()) {} in OverloadContext()
46 if (BeginIndex < Error->Errors.size()) { in ~OverloadContext()
47 Diagnostics::ErrorContent &Dest = Error->Errors[BeginIndex]; in ~OverloadContext()
48 for (size_t i = BeginIndex + 1, e = Error->Errors.size(); i < e; ++i) { in ~OverloadContext()
51 Error->Errors.resize(BeginIndex + 1); in ~OverloadContext()
57 Error->Errors.resize(BeginIndex); in revertErrors()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2027 uint64_t BeginIndex = BeginOffset / ElementSize; in isVectorPromotionViableForSlice() local
2028 if (BeginIndex * ElementSize != BeginOffset || in isVectorPromotionViableForSlice()
2038 assert(EndIndex > BeginIndex && "Empty vector!"); in isVectorPromotionViableForSlice()
2039 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice()
2443 unsigned NumElements = EndIndex - BeginIndex; in extractVector()
2493 if (i >= BeginIndex && i < EndIndex) in insertVector()
2494 Mask.push_back(i - BeginIndex); in insertVector()
2730 unsigned BeginIndex = getIndex(NewBeginOffset); in rewriteVectorizedLoadInst() local
2881 unsigned NumElements = EndIndex - BeginIndex; in rewriteVectorizedStoreInst()
3129 unsigned NumElements = EndIndex - BeginIndex; in visitMemSetInst()
[all …]
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h136 unsigned BeginIndex; member
/openbsd/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp433 const unsigned BeginIndex) { in populateBundleOperandInfos() argument
434 auto It = op_begin() + BeginIndex; in populateBundleOperandInfos()
440 unsigned CurrentIndex = BeginIndex; in populateBundleOperandInfos()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h2237 const unsigned BeginIndex);