Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/IR/
DValue.h468 bool hasNUndroppableUses(unsigned N) const;
/external/llvm-project/llvm/lib/IR/
DValue.cpp176 bool Value::hasNUndroppableUses(unsigned int N) const { in hasNUndroppableUses() function in Value