Home | History | Annotate | Download | only in AST

Lines Matching refs:RHSC

4420   const Type *RHSC = getCanonicalType(RHS).getTypePtr();
4421 if (LHSC == RHSC) return 0;
4424 bool RHSUnsigned = RHSC->isUnsignedIntegerType();
4427 unsigned RHSRank = getIntegerRank(RHSC);