Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h156 return isInterposable() || isNobuiltinFnDef(); in mayBeDerefined()
164 bool isNobuiltinFnDef() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp283 bool GlobalValue::isNobuiltinFnDef() const { in isNobuiltinFnDef() function in GlobalValue