Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ComplexPairTy

132   typedef std::pair<llvm::Value *, llvm::Value *> ComplexPairTy;
1709 ComplexPairTy EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV,
2347 llvm::Value *EmitComplexToScalarConversion(ComplexPairTy Src, QualType SrcTy,
2371 ComplexPairTy EmitComplexExpr(const Expr *E,
2380 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
2383 ComplexPairTy EmitLoadOfComplex(LValue src, SourceLocation loc);