Searched refs:LIsPointer (Results 1 – 3 of 3) sorted by relevance
466 bool LIsPointer = LV->getType()->isPointerTy(), in compare() local468 if (LIsPointer != RIsPointer) in compare()469 return (int)LIsPointer - (int)RIsPointer; in compare()
491 bool LIsPointer = LV->getType()->isPointerTy(), in compare() local493 if (LIsPointer != RIsPointer) in compare()494 return (int)LIsPointer - (int)RIsPointer; in compare()
558 bool LIsPointer = LV->getType()->isPointerTy(), in CompareValueComplexity() local560 if (LIsPointer != RIsPointer) in CompareValueComplexity()561 return (int)LIsPointer - (int)RIsPointer; in CompareValueComplexity()