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