Searched refs:nextDown (Results 1 – 4 of 4) sorted by relevance
352 opStatus next(bool nextDown);767 opStatus next(bool nextDown);1165 opStatus next(bool nextDown) { in next() argument1166 APFLOAT_DISPATCH_ON_SEMANTICS(next(nextDown)); in next()
717 Pos = DS.nextDown(Pos); in down()765 unsigned nextDown(unsigned P) const;
4453 IEEEFloat::opStatus IEEEFloat::next(bool nextDown) { in next() argument4455 if (nextDown) in next()4575 if (nextDown) in next()5125 APFloat::opStatus DoubleAPFloat::next(bool nextDown) { in next() argument5128 auto Ret = Tmp.next(nextDown); in next()
686 unsigned P = nextDown(Stack.size()); in pop()728 unsigned DataFlowGraph::DefStack::nextDown(unsigned P) const { in nextDown() function in llvm::rdf::DataFlowGraph::DefStack