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()
1032 QualType ComplexTy, in handleIntegerToComplexFloatConversion() argument1037 QualType fpTy = cast<ComplexType>(ComplexTy)->getElementType(); in handleIntegerToComplexFloatConversion()1039 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleIntegerToComplexFloatConversion()1043 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleIntegerToComplexFloatConversion()
16723 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause() local16724 Type = ComplexTy->getElementType(); in actOnOMPReductionKindClause()