Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp621 RIsPointer = RV->getType()->isPointerTy(); in CompareValueComplexity() local
622 if (LIsPointer != RIsPointer) in CompareValueComplexity()
623 return (int)LIsPointer - (int)RIsPointer; in CompareValueComplexity()