Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp564 bool LIsPointer = LV->getType()->isPointerTy(), in CompareValueComplexity() local
566 if (LIsPointer != RIsPointer) in CompareValueComplexity()
567 return (int)LIsPointer - (int)RIsPointer; in CompareValueComplexity()