Searched refs:subtype_begin (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Type.h | 297 subtype_iterator subtype_begin() const { return ContainedTys; } in subtype_begin() function 300 return makeArrayRef(subtype_begin(), subtype_end()); in subtypes() 308 return subtype_reverse_iterator(subtype_begin()); in subtype_rend() 437 return N->subtype_begin(); 450 return N->subtype_begin();
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 299 subtype_iterator subtype_begin() const { return ContainedTys; } in subtype_begin() function 302 return makeArrayRef(subtype_begin(), subtype_end()); in subtypes() 310 return subtype_reverse_iterator(subtype_begin()); in subtype_rend() 447 static ChildIteratorType child_begin(NodeRef N) { return N->subtype_begin(); } 456 static ChildIteratorType child_begin(NodeRef N) { return N->subtype_begin(); }
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Type.h | 315 subtype_iterator subtype_begin() const { return ContainedTys; } in subtype_begin() function 318 return makeArrayRef(subtype_begin(), subtype_end()); in subtypes() 327 return subtype_reverse_iterator(subtype_begin()); in subtype_rend() 479 static ChildIteratorType child_begin(NodeRef N) { return N->subtype_begin(); } 488 static ChildIteratorType child_begin(NodeRef N) { return N->subtype_begin(); }
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Type.h | 280 subtype_iterator subtype_begin() const { return ContainedTys; } in subtype_begin() function 379 return N->subtype_begin(); 392 return N->subtype_begin();
|
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/ |
D | FindUsedTypes.cpp | 39 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end(); in IncorporateType()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Module.cpp | 495 for (Type::subtype_iterator I = Ty->subtype_begin(), in incorporateType()
|
D | Type.cpp | 189 for (subtype_iterator I = subtype_begin(), E = subtype_end(); I != E; ++I) in isSizedDerivedType()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 334 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end(); in EnumerateType()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 425 return find_if(StructTy->subtype_begin(), StructTy->subtype_end(), Run) != in recursiveType()
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 2090 for (Type::subtype_iterator I = Ty->subtype_begin(), in printContainedStructs()
|