Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRangeList.h36 assert(isOrderedRanges(RangesRef)); in ConstantRangeList()
44 static bool isOrderedRanges(ArrayRef<ConstantRange> RangesRef);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRangeList.cpp14 bool ConstantRangeList::isOrderedRanges(ArrayRef<ConstantRange> RangesRef) { in isOrderedRanges() function in ConstantRangeList
32 if (!isOrderedRanges(RangesRef)) in getConstantRangeList()
H A DVerifier.cpp2061 Check(ConstantRangeList::isOrderedRanges(Inits), in verifyParameterAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2396 if (!ConstantRangeList::isOrderedRanges(Val)) in parseAttributeGroupBlock()