Searched refs:EmitComplexToScalarConversion (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp380 Value *EmitComplexToScalarConversion(CodeGenFunction::ComplexPairTy Src,
1517 Value *ScalarExprEmitter::EmitComplexToScalarConversion(
2288 return EmitComplexToScalarConversion(V, E->getType(), DestTy,
4563 Value *CodeGenFunction::EmitComplexToScalarConversion(ComplexPairTy Src, function in class:CodeGenFunction
4570 .EmitComplexToScalarConversion(Src, SrcTy, DstTy, Loc);
H A DCGExprComplex.cpp947 CGF.EmitComplexToScalarConversion(Result, OpInfo.Ty, LHSTy, Loc);
H A DCodeGenFunction.h3914 llvm::Value *EmitComplexToScalarConversion(ComplexPairTy Src, QualType SrcTy,
H A DCGExpr.cpp176 return EmitComplexToScalarConversion(EmitComplexExpr(E), E->getType(), BoolTy,
H A DCGStmtOpenMP.cpp3890 : CGF.EmitComplexToScalarConversion(

Completed in 203 milliseconds