Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp200 int FunctionComparator::cmpConstants(const Constant *L, in cmpConstants() function in FunctionComparator
308 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants()
322 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), in cmpConstants()
336 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), in cmpConstants()
350 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), in cmpConstants()
737 return cmpConstants(ConstL, ConstR); in cmpValues()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h222 int cmpConstants(const Constant *L, const Constant *R) const;