Searched refs:CompositeType (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h73 CompositeType *CT = cast<CompositeType>(CurTy.getPointer());
86 } else if (CompositeType *CT =
87 dyn_cast<CompositeType>(CurTy.getPointer())) {
H A DDerivedTypes.h146 /// CompositeType - Common super class of ArrayType, StructType, PointerType
148 class CompositeType : public Type { class in namespace:llvm
150 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} function in class:llvm::CompositeType
190 class StructType : public CompositeType {
194 : CompositeType(C, StructTyID), SymbolTableEntry(nullptr) {}
305 class SequentialType : public CompositeType {
312 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp377 static bool indexReallyValid(CompositeType *T, unsigned Idx) {
401 static bool advanceToNextLeafType(SmallVectorImpl<CompositeType *> &SubTypes,
419 CompositeType *CT = cast<CompositeType>(DeeperType);
443 SmallVectorImpl<CompositeType *> &SubTypes,
449 indexReallyValid(cast<CompositeType>(Next), 0)) {
450 SubTypes.push_back(cast<CompositeType>(Next));
452 Next = cast<CompositeType>(Next)->getTypeAtIndex(0U);
472 static bool nextRealType(SmallVectorImpl<CompositeType *> &SubTypes,
577 SmallVector<CompositeType *,
[all...]
/external/guice/core/src/com/google/inject/internal/
H A DMoreTypes.java139 } else if (type instanceof CompositeType) {
140 return ((CompositeType) type).isFullySpecified();
146 return ((CompositeType) canonicalize(type)).isFullySpecified();
160 } else if (type instanceof CompositeType) {
356 implements ParameterizedType, Serializable, CompositeType {
445 implements GenericArrayType, Serializable, CompositeType {
481 public static class WildcardTypeImpl implements WildcardType, Serializable, CompositeType {
547 private interface CompositeType { interface in class:MoreTypes
/external/deqp/external/vulkancts/
H A Dgen_framework.py175 class CompositeType: class in inherits:
185 names = {CompositeType.CLASS_STRUCT: 'struct', CompositeType.CLASS_UNION: 'union'}
325 return CompositeType(type, name, members)
328 typeMap = { 'struct': CompositeType.CLASS_STRUCT, 'union': CompositeType.CLASS_UNION }
861 return type.typeClass == CompositeType.CLASS_STRUCT and \
/external/llvm/bindings/go/llvm/
H A DDIBuilderBindings.h57 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition,
H A DDIBuilderBindings.cpp76 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition,
81 unwrap<DISubroutineType>(CompositeType),
73 LLVMDIBuilderCreateFunction( LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, const char *LinkageName, LLVMMetadataRef File, unsigned Line, LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, unsigned ScopeLine, unsigned Flags, int IsOptimized) argument
/external/llvm/lib/IR/
H A DType.cpp623 // CompositeType Implementation
626 Type *CompositeType::getTypeAtIndex(const Value *V) const {
637 Type *CompositeType::getTypeAtIndex(unsigned Idx) const{
646 bool CompositeType::indexValid(const Value *V) const {
663 bool CompositeType::indexValid(unsigned Idx) const {
H A DInstructions.cpp1552 CompositeType *CT = dyn_cast<CompositeType>(Agg);
1882 // We can't use CompositeType::indexValid(Index) here.
1899 Agg = cast<CompositeType>(Agg)->getTypeAtIndex(Index);
H A DConstantFold.cpp2174 Prev = Ty, Ty = cast<CompositeType>(Ty)->getTypeAtIndex(Idxs[i]), ++i) {
/external/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp153 if (isa<CompositeType>(C->getType()))
H A DArgumentPromotion.cpp144 if (!isa<CompositeType>(type))
820 ElTy = cast<CompositeType>(ElTy)->getTypeAtIndex(*II);
H A DGlobalOpt.cpp145 if (isa<CompositeType>(InnerTy))
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1819 isa<CompositeType>(SrcElTy) && !SrcElTy->isPointerTy() &&
1821 SrcElTy = cast<CompositeType>(SrcElTy)->getTypeAtIndex(0U);
H A DInstructionCombining.cpp1439 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) {
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2101 GepTy = cast<CompositeType>(GepTy)->getTypeAtIndex(0U);
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...

Completed in 835 milliseconds