Home
last modified time | relevance | path

Searched refs:nextDown (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h352 opStatus next(bool nextDown);
767 opStatus next(bool nextDown);
1165 opStatus next(bool nextDown) { in next() argument
1166 APFLOAT_DISPATCH_ON_SEMANTICS(next(nextDown)); in next()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h717 Pos = DS.nextDown(Pos); in down()
765 unsigned nextDown(unsigned P) const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4453 IEEEFloat::opStatus IEEEFloat::next(bool nextDown) { in next() argument
4455 if (nextDown) in next()
4575 if (nextDown) in next()
5125 APFloat::opStatus DoubleAPFloat::next(bool nextDown) { in next() argument
5128 auto Ret = Tmp.next(nextDown); in next()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp686 unsigned P = nextDown(Stack.size()); in pop()
728 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() function in llvm::rdf::DataFlowGraph::DefStack