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.cpp77 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts() function in FunctionComparator
103 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()
153 if (int Res = cmpAPInts(LCR.getLower(), RCR.getLower())) in cmpAttrs()
155 if (int Res = cmpAPInts(LCR.getUpper(), RCR.getUpper())) in cmpAttrs()
368 return cmpAPInts(LInt, RInt); in cmpConstants()
445 if (int Res = cmpAPInts(InRangeL->getLower(), InRangeR->getLower())) in cmpConstants()
447 if (int Res = cmpAPInts(InRangeL->getUpper(), InRangeR->getUpper())) in cmpConstants()
813 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h319 int cmpAPInts(const APInt &L, const APInt &R) const;