Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp778 const Constant *ConstR = dyn_cast<Constant>(R); in cmpValues() local
779 if (ConstL && ConstR) { in cmpValues()
782 return cmpConstants(ConstL, ConstR); in cmpValues()
787 if (ConstR) in cmpValues()