Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp216 return cmpConstants(CL->getValue(), CR->getValue()); in cmpMetadata()
290 int FunctionComparator::cmpConstants(const Constant *L, in cmpConstants() function in FunctionComparator
399 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants()
413 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants()
427 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), in cmpConstants()
443 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), in cmpConstants()
887 return cmpConstants(ConstL, ConstR); in cmpValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h219 LLVM_ABI int cmpConstants(const Constant *L, const Constant *R) const;