Home | History | Annotate | Download | only in Analysis

Lines Matching defs:RType

476       unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
477 if (LType != RType)
478 return (int)LType - (int)RType;