Home
last modified time | relevance | path

Searched refs:cmpConstantRanges (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h322 LLVM_ABI int cmpConstantRanges(const ConstantRange &L,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp86 int FunctionComparator::cmpConstantRanges(const ConstantRange &L, in cmpConstantRanges() function in FunctionComparator
157 if (int Res = cmpConstantRanges(LA.getRange(), RA.getRange())) in cmpAttrs()
171 if (int Res = cmpConstantRanges(L, R)) in cmpAttrs()
461 if (int Res = cmpConstantRanges(*InRangeL, *InRangeR)) in cmpConstants()