Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h222 int cmpConstants(const Constant *L, const Constant *R) const;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMergeFunctions.rst503 is the same constant, or use ``cmpConstants`` method otherwise.
526 cmpConstants section in Functions comparison