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