Home | History | Annotate | Download | only in Analysis

Lines Matching defs:RType

471     unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType();
472 if (LType != RType)
473 return (int)LType - (int)RType;