Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp404 int cmpAPInts(const APInt &L, const APInt &R) const;
480 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts() function in FunctionComparator
504 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()
562 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()
692 return cmpAPInts(LInt, RInt); in cmpConstants()
1067 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()