Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp1812 AttributeSafetyKind ASK) { in typeIncompatible() argument
1817 if (ASK & ASK_SAFE_TO_DROP) in typeIncompatible()
1819 if (ASK & ASK_UNSAFE_TO_DROP) in typeIncompatible()
1825 if (ASK & ASK_SAFE_TO_DROP) in typeIncompatible()
1833 if (ASK & ASK_UNSAFE_TO_DROP) in typeIncompatible()
1847 if (ASK & ASK_SAFE_TO_DROP) in typeIncompatible()
1853 if (ASK & ASK_SAFE_TO_DROP) in typeIncompatible()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h1246 AttributeMask typeIncompatible(Type *Ty, AttributeSafetyKind ASK = ASK_ALL);