Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp760 enum AttributeProperty { enum
781 AttributeProperty Prop) { in hasAttributeProperty()
786 return hasAttributeProperty(Kind, AttributeProperty::FnAttr); in canUseAsFnAttr()
790 return hasAttributeProperty(Kind, AttributeProperty::ParamAttr); in canUseAsParamAttr()
794 return hasAttributeProperty(Kind, AttributeProperty::RetAttr); in canUseAsRetAttr()
798 AttributeProperty Prop) { in hasIntersectProperty()
799 assert((Prop == AttributeProperty::IntersectPreserve || in hasIntersectProperty()
800 Prop == AttributeProperty::IntersectAnd || in hasIntersectProperty()
801 Prop == AttributeProperty::IntersectMin || in hasIntersectProperty()
802 Prop == AttributeProperty::IntersectCustom) && in hasIntersectProperty()
[all …]