Searched refs:ConstL (Results 1 – 1 of 1) sorted by relevance
777 const Constant *ConstL = dyn_cast<Constant>(L); in cmpValues() local779 if (ConstL && ConstR) { in cmpValues()782 return cmpConstants(ConstL, ConstR); in cmpValues()785 if (ConstL) in cmpValues()