Searched refs:LIsPointer (Results 1 – 1 of 1) sorted by relevance
669 bool LIsPointer = LV->getType()->isPointerTy(), in CompareValueComplexity() local671 if (LIsPointer != RIsPointer) in CompareValueComplexity()672 return (int)LIsPointer - (int)RIsPointer; in CompareValueComplexity()