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