Home
last modified time | relevance | path

Searched refs:element_begin (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h647 element_iterator element_begin();
650 return make_range(element_begin(), element_end());
653 const_element_iterator element_begin() const;
656 return make_range(element_begin(), element_end());
H A DRegionInfoImpl.h293 typename RegionBase<Tr>::element_iterator RegionBase<Tr>::element_begin() { in element_begin() function
304 RegionBase<Tr>::element_begin() const { in element_begin() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h358 element_iterator element_begin() const { return ContainedTys; } in element_begin() function
361 return ArrayRef(element_begin(), element_end()); in elements()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp93 for (StructType::element_iterator EB = STy->element_begin(), in ComputeValueVTs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp131 const auto *ElemIt = LayoutStruct->element_begin(); in emitBufferGlobalsAndMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4391 StructType::element_iterator EI = STy->element_begin() + Index, in getTypePartition()
4406 EE = STy->element_begin() + EndIndex; in getTypePartition()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10738 if (Ty != *ST->element_begin()) in canMapToVector()
10741 EltTy = *ST->element_begin(); in canMapToVector()