Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp732 const Constant *ConstR = dyn_cast<Constant>(R); in cmpValues() local
733 if (ConstL && ConstR) { in cmpValues()
736 return cmpConstants(ConstL, ConstR); in cmpValues()
741 if (ConstR) in cmpValues()