Home | History | Annotate | Download | only in AST

Lines Matching refs:LHSC

4419   const Type *LHSC = getCanonicalType(LHS).getTypePtr();
4421 if (LHSC == RHSC) return 0;
4423 bool LHSUnsigned = LHSC->isUnsignedIntegerType();
4426 unsigned LHSRank = getIntegerRank(LHSC);