Home
last modified time | relevance | path

Searched defs:nextDown (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1165 opStatus next(bool nextDown) { in next()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4453 IEEEFloat::opStatus IEEEFloat::next(bool nextDown) { in next()
5125 APFloat::opStatus DoubleAPFloat::next(bool nextDown) { in next()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp728 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() function in llvm::rdf::DataFlowGraph::DefStack