Searched refs:ConstL (Results 1 – 1 of 1) sorted by relevance
1122 const Constant *ConstL = dyn_cast<Constant>(L); in cmpValues() local1124 if (ConstL && ConstR) { in cmpValues()1127 return cmpConstants(ConstL, ConstR); in cmpValues()1130 if (ConstL) in cmpValues()