Home
last modified time | relevance | path

Searched refs:isTypeAttribute (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp272 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute
273 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()
278 assert((isEnumAttribute() || isIntAttribute() || isTypeAttribute()) && in getKindAsEnum()
313 assert(isTypeAttribute() && in getValueAsType()
390 if (isTypeAttribute()) { in getAsString()
565 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute()); in getKindAsEnum()
590 assert(isTypeAttribute()); in getValueAsType()
606 assert(!AI.isTypeAttribute() && "Comparison of types would be unstable"); in operator <()
H A DTypeFinder.cpp200 if (A.isTypeAttribute()) in incorporateAttributes()
H A DAttributeImpl.h60 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
H A DAsmWriter.cpp4406 if (!Attr.isTypeAttribute()) { in writeAttribute()
H A DCore.cpp219 return unwrap(A).isTypeAttribute(); in LLVMIsTypeAttribute()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h152 assert(isTypeAttribute() && "this requires a typed attribute"); in getWithNewType()
179 bool isTypeAttribute() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp129 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
H A DAssumeBundleBuilder.cpp197 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1015 if (Attr.isTypeAttribute()) in EnumerateAttributes()
H A DBitcodeWriter.cpp829 assert(Attr.isTypeAttribute()); in writeAttributeGroupTable()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1020 if (Attr.isTypeAttribute()) in EnumerateAttributes()