Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CTy

2939     if (auto *CTy = LHSTy->getAs<ComplexType>()) {
2941 CETy = CTy->getElementType();
2947 if (auto *CTy = RHSTy->getAs<ComplexType>()) {
2950 CTy->getElementType()) &&
2952 (void)CTy;