Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DoubleTy

1250     else if (ET == getContext().DoubleTy)
2239 llvm::Type *DoubleTy = CGF.DoubleTy;
2241 llvm::PointerType::getUnqual(DoubleTy);
2242 llvm::StructType *ST = llvm::StructType::get(DoubleTy,
2243 DoubleTy, NULL);