Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ComplexPairTy

139   typedef std::pair<llvm::Value *, llvm::Value *> ComplexPairTy;
2085 ComplexPairTy EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV,
3037 llvm::Value *EmitComplexToScalarConversion(ComplexPairTy Src, QualType SrcTy,
3056 ComplexPairTy EmitComplexExpr(const Expr *E,
3065 void EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit);
3068 ComplexPairTy EmitLoadOfComplex(LValue src, SourceLocation loc);