Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RHSTy

2843   QualType RHSTy = E->getRHS()->getType();
2851 } else if (!LHSTy->isAnyComplexType() && !RHSTy->isAnyComplexType()) {
2947 if (auto *CTy = RHSTy->getAs<ComplexType>()) {
2956 assert(CGF.getContext().hasSameUnqualifiedType(CETy, RHSTy) &&