Searched defs:DoubleTy (Results 1 – 5 of 5) sorted by relevance
39 llvm::Type *FloatTy, *DoubleTy; member
3286 llvm::Type *DoubleTy = CGF.DoubleTy; in EmitVAArg() local
175 Type *DoubleTy = Type::getDoubleTy(getGlobalContext()); in TEST() local
184 Type *DoubleTy = Type::getDoubleTy(C); in TEST() local
890 CanQualType FloatTy, DoubleTy, LongDoubleTy; variable