|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/GlobalISel/IRTranslator.cpp 1759 for (Type *Ty : cast<StructType>(LP.getType())->elements())
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 8418 ResultTypes = StructResult->elements();
lib/IR/Function.cpp 602 for (auto Elem : STyp->elements())
lib/IR/LLVMContextImpl.h 106 : ETypes(ST->elements()), isPacked(ST->isPacked()) {}
lib/IR/SafepointIRVerifier.cpp 270 return llvm::any_of(ST->elements(), containsGCPtrType);
lib/IR/Type.cpp 525 return elements() == Other->elements();
525 return elements() == Other->elements();
lib/Linker/IRMover.cpp 1464 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {}
lib/Target/Hexagon/HexagonTargetObjectFile.cpp 300 for (auto &E : STy->elements()) {
lib/Target/NVPTX/NVPTXISelLowering.cpp 186 for(auto *EI : STy->elements()) {
lib/Target/PowerPC/PPCISelLowering.cpp 1261 for (auto *EltTy : STy->elements()) {
lib/Target/X86/X86ISelLowering.cpp 2040 for (auto *EltTy : STy->elements()) {
lib/Transforms/Coroutines/CoroInternal.h 178 return STy->elements().slice(1);
lib/Transforms/Coroutines/Coroutines.cpp 441 SuspendResultTys = SResultStructTy->elements();
lib/Transforms/IPO/ArgumentPromotion.cpp 969 for (const auto *EltTy : STy->elements()) {
991 for (const auto *EltTy : STy->elements()) {
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp 1109 for (const auto *EltT : ST->elements()) {
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 348 return llvm::any_of(ST->elements(), containsGCPtrType);
lib/Transforms/Vectorize/SLPVectorizer.cpp 2826 for (const auto *Ty : ST->elements())
tools/clang/include/clang/CodeGen/CGFunctionInfo.h 222 for (auto eltType : coerceToType->elements()) {
322 return structTy->elements();
tools/clang/lib/CodeGen/TargetInfo.cpp 8289 return llvm::makeArrayRef(Elems) == Ty->elements();
tools/polly/lib/Analysis/ScopBuilder.cpp 1347 const ArrayRef<Type *> ArrMemberTys = StructArrTy->elements();
1377 for (auto MemberTy : DescriptorDimTy->elements()) {