Searched refs:ComplexTy (Results 1 – 3 of 3) sorted by relevance
53 llvm::Type *ComplexTy = in save() local55 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex"); in save()
946 QualType ComplexTy, in handleIntegerToComplexFloatConversion() argument951 QualType fpTy = cast<ComplexType>(ComplexTy)->getElementType(); in handleIntegerToComplexFloatConversion()953 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleIntegerToComplexFloatConversion()957 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleIntegerToComplexFloatConversion()
11204 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause() local11205 Type = ComplexTy->getElementType(); in actOnOMPReductionKindClause()