Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h122 LLVM_ABI static bool intersectMustPreserve(AttrKind Kind);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp808 bool Attribute::intersectMustPreserve(AttrKind Kind) { in intersectMustPreserve() function in Attribute
1038 if (Attribute::intersectMustPreserve(Kind)) in intersectWith()