Home
last modified time | relevance | path

Searched refs:minIndex (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/utils/ABITest/
H A DABITestGen.py602 opts.minIndex = max(0,min(opts.maxIndex-1, opts.minIndex))
604 opts.count = min(opts.count, opts.maxIndex-opts.minIndex)
662 index = opts.minIndex + i
664 index = opts.minIndex + int((opts.maxIndex-opts.minIndex) * random.random())
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h213 s.setSelection(NId, v.minIndex()); in backpropagate()
H A DMath.h89 unsigned minIndex() const { in minIndex() function