Searched refs:ComplexTy (Results 1 – 3 of 3) sorted by relevance
52 llvm::Type *ComplexTy = in save() local54 Address addr = CGF.CreateDefaultAlignTempAlloca(ComplexTy, "saved-complex"); in save()
1090 QualType ComplexTy, in handleIntegerToComplexFloatConversion() argument1095 QualType fpTy = ComplexTy->castAs<ComplexType>()->getElementType(); in handleIntegerToComplexFloatConversion()1097 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleIntegerToComplexFloatConversion()1101 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleIntegerToComplexFloatConversion()
19460 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause() local19461 Type = ComplexTy->getElementType(); in actOnOMPReductionKindClause()