Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
181 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()
308 return cmpAPInts(LInt, RInt); in cmpConstants()
722 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h324 int cmpAPInts(const APInt &L, const APInt &R) const;