Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
713 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h324 int cmpAPInts(const APInt &L, const APInt &R) const;
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DFunctionComparatorTest.cpp101 cmpAPInts(APInt(32, 2), APInt(32, 3)) + in testCmpPrimitives()