Searched refs:IntersectCustom (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 46 def IntersectCustom : AttrProperty; 82 def Alignment : IntAttr<"align", IntersectCustom, [ParamAttr, RetAttr]>; 118 /// NB: Could be IntersectCustom with "or" handling. 160 def Memory : IntAttr<"memory", IntersectCustom, [FnAttr]>; 163 def NoFPClass : IntAttr<"nofpclass", IntersectCustom, [ParamAttr, RetAttr]>; 184 def Captures : IntAttr<"captures", IntersectCustom, [ParamAttr]>; 269 def Range : ConstantRangeAttr<"range", IntersectCustom, [ParamAttr, RetAttr]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 767 IntersectCustom = (3 << 3), enumerator 802 Prop == AttributeProperty::IntersectCustom) && in hasIntersectProperty() 818 return hasIntersectProperty(Kind, AttributeProperty::IntersectCustom); in intersectWithCustom()
|