Searched refs:cmpGlobalValues (Results 1 – 2 of 2) sorted by relevance
223 LLVM_ABI int cmpGlobalValues(GlobalValue *L, GlobalValue *R) const;
360 return cmpGlobalValues(GlobalValueL, GlobalValueR); in cmpConstants()519 return cmpGlobalValues(LEquiv->getGlobalValue(), REquiv->getGlobalValue()); in cmpConstants()528 int FunctionComparator::cmpGlobalValues(GlobalValue *L, GlobalValue *R) const { in cmpGlobalValues() function in FunctionComparator