Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp762 const Constant *ConstL = dyn_cast<Constant>(L); in cmpValues() local
764 if (ConstL && ConstR) { in cmpValues()
767 return cmpConstants(ConstL, ConstR); in cmpValues()
770 if (ConstL) in cmpValues()