Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp67 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts() function in FunctionComparator
91 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()
151 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()
281 return cmpAPInts(LInt, RInt); in cmpConstants()
676 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h324 int cmpAPInts(const APInt &L, const APInt &R) const;