Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSC

3738   const Type *LHSC = getCanonicalType(LHS).getTypePtr();
3740 if (LHSC == RHSC) return 0;
3742 bool LHSUnsigned = LHSC->isUnsignedIntegerType();
3745 unsigned LHSRank = getIntegerRank(LHSC);