Home | History | Annotate | Download | only in IR

Lines Matching refs:isDerivedType

188 /// isDerivedType - Return true if the specified tag is legal for DIDerivedType.
189 bool DIDescriptor::isDerivedType() const {
241 return isBasicType() || isCompositeType() || isDerivedType();
344 if (!isBasicType() && !isDerivedType() && !isCompositeType()) {
463 return isDerivedType() && DbgNode->getNumOperands() >= 10 &&
600 if (BaseType.isDerivedType())
827 if (T.isDerivedType())
909 } else if (DT.isDerivedType()) {
1023 } else if (this->isDerivedType()) {