Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isAnyComplexType

2051   if (Op->getType()->isAnyComplexType()) {
2068 if (Op->getType()->isAnyComplexType()) {
2112 if (E->getComputationResultType()->isAnyComplexType())
2851 } else if (!LHSTy->isAnyComplexType() && !RHSTy->isAnyComplexType()) {
3477 assert(SrcTy->isAnyComplexType() && hasScalarEvaluationKind(DstTy) &&