Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSC

4285   const Type *LHSC = getCanonicalType(LHS).getTypePtr();
4287 if (LHSC == RHSC) return 0;
4289 bool LHSUnsigned = LHSC->isUnsignedIntegerType();
4292 unsigned LHSRank = getIntegerRank(LHSC);