Home
last modified time | relevance | path

Searched refs:ConstL (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp768 const Constant *ConstL = dyn_cast<Constant>(L); in cmpValues() local
770 if (ConstL && ConstR) { in cmpValues()
773 return cmpConstants(ConstL, ConstR); in cmpValues()
776 if (ConstL) in cmpValues()