Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp188 int FunctionComparator::cmpConstants(const Constant *L, in cmpConstants() function in FunctionComparator
296 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants()
310 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants()
324 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), in cmpConstants()
338 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), in cmpConstants()
736 return cmpConstants(ConstL, ConstR); in cmpValues()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h223 int cmpConstants(const Constant *L, const Constant *R) const;