Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h125 LLVM_ABI static bool intersectWithCustom(AttrKind Kind);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp817 bool Attribute::intersectWithCustom(AttrKind Kind) { in intersectWithCustom() function in Attribute
1064 if (Attribute::intersectWithCustom(Kind)) { in intersectWith()