Home
last modified time | relevance | path

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

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