Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp76 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts() function in FunctionComparator
88 if (int Res = cmpAPInts(L.getLower(), R.getLower())) in cmpConstantRanges()
90 return cmpAPInts(L.getUpper(), R.getUpper()); in cmpConstantRanges()
109 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()
384 return cmpAPInts(LInt, RInt); in cmpConstants()
827 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h321 LLVM_ABI int cmpAPInts(const APInt &L, const APInt &R) const;