Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h477 bool hasNUndroppableUsesOrMore(unsigned N) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp195 bool Value::hasNUndroppableUsesOrMore(unsigned int N) const { in hasNUndroppableUsesOrMore() function in Value