Searched refs:ConstL (Results 1 – 2 of 2) sorted by relevance
735 const Constant *ConstL = dyn_cast<Constant>(L); in cmpValues() local737 if (ConstL && ConstR) { in cmpValues()740 return cmpConstants(ConstL, ConstR); in cmpValues()743 if (ConstL) in cmpValues()
1140 const Constant *ConstL = dyn_cast<Constant>(L); in cmpValues() local1142 if (ConstL && ConstR) { in cmpValues()1145 return cmpConstants(ConstL, ConstR); in cmpValues()1148 if (ConstL) in cmpValues()