Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp347 int cmpAPInts(const APInt &L, const APInt &R) const;
410 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts() function in FunctionComparator
422 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()
539 return cmpAPInts(LInt, RInt); in cmpConstants()
859 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()