Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp206 int FunctionComparator::cmpConstants(const Constant *L, in cmpConstants() function in FunctionComparator
315 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants()
329 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants()
343 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), in cmpConstants()
357 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), in cmpConstants()
767 return cmpConstants(ConstL, ConstR); in cmpValues()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h222 int cmpConstants(const Constant *L, const Constant *R) const;