Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp405 int cmpAPInts(const APInt &L, const APInt &R) const;
487 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts() function in FunctionComparator
511 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()
569 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()
700 return cmpAPInts(LInt, RInt); in cmpConstants()
1085 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()