Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp797 static bool hasIntersectProperty(Attribute::AttrKind Kind, in hasIntersectProperty() function
809 return hasIntersectProperty(Kind, AttributeProperty::IntersectPreserve); in intersectMustPreserve()
812 return hasIntersectProperty(Kind, AttributeProperty::IntersectAnd); in intersectWithAnd()
815 return hasIntersectProperty(Kind, AttributeProperty::IntersectMin); in intersectWithMin()
818 return hasIntersectProperty(Kind, AttributeProperty::IntersectCustom); in intersectWithCustom()