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