Searched refs:RIsPointer (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp491 RIsPointer = RV->getType()->isPointerTy(); local
492 if (LIsPointer != RIsPointer)
493 return (int)LIsPointer - (int)RIsPointer;

Completed in 67 milliseconds