Searched refs:PutBound (Results 1 – 1 of 1) sorted by relevance
52 static void PutBound(llvm::raw_ostream &, const Bound &);633 PutBound(os, x.lbound()); in PutShapeSpec()637 PutBound(os, x.ubound()); in PutShapeSpec()748 void PutBound(llvm::raw_ostream &os, const Bound &x) { in PutBound() function