reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
222 int cmpConstants(const Constant *L, const Constant *R) const;
308 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), 322 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)), 336 if (int Res = cmpConstants(cast<Constant>(LV->getOperand(i)), 350 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)), 737 return cmpConstants(ConstL, ConstR);unittests/Transforms/Utils/FunctionComparatorTest.cpp
73 return cmpConstants(L, R);