Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp214 int FunctionComparator::cmpConstants(const Constant *L, in cmpConstants() function in FunctionComparator
323 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants()
337 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants()
351 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), in cmpConstants()
365 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), in cmpConstants()
773 return cmpConstants(ConstL, ConstR); in cmpValues()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h222 int cmpConstants(const Constant *L, const Constant *R) const;
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DFunctionComparatorTest.cpp73 return cmpConstants(L, R); in testCmpConstants()
/llvm-project-15.0.7/llvm/docs/
H A DMergeFunctions.rst503 is the same constant, or use ``cmpConstants`` method otherwise.
526 cmpConstants section in Functions comparison