Searched defs:DoubleTy (Results 1 – 7 of 7) sorted by relevance
50 constexpr BuiltinType::Kind DoubleTy = BuiltinType::Double; in registerMatchers() local
39 llvm::Type *HalfTy, *BFloatTy, *FloatTy, *DoubleTy; member
36 Type *DoubleTy = Type::getDoubleTy(Context); in getKeyFPValMD() local
323 Type *DoubleTy = Type::getDoubleTy(Ctx); in TEST() local
212 Type *DoubleTy = Type::getDoubleTy(C); TEST() local 411 Type *DoubleTy = Type::getDoubleTy(C); TEST() local
1328 Type *DoubleTy = Type::getDoubleTy(Context); in TEST() local
1121 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty, Ibm128Ty; global() variable