Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp296 int cmpConstants(const Constant *L, const Constant *R);
599 int FunctionComparator::cmpConstants(const Constant *L, const Constant *R) { in cmpConstants() function in FunctionComparator
707 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants()
721 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants()
735 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), in cmpConstants()
749 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), in cmpConstants()
1127 return cmpConstants(ConstL, ConstR); in cmpValues()
/external/llvm/docs/
DMergeFunctions.rst514 is the same constant, or use ``cmpConstants`` method otherwise.
537 cmpConstants section in Functions comparison