Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp341 auto GlobalValueL = const_cast<GlobalValue *>(dyn_cast<GlobalValue>(L)); in cmpConstants() local
343 if (GlobalValueL && GlobalValueR) { in cmpConstants()
344 return cmpGlobalValues(GlobalValueL, GlobalValueR); in cmpConstants()