Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DoubleTy

2246     } else if (ET == getContext().DoubleTy) {
3286 llvm::Type *DoubleTy = CGF.DoubleTy;
3287 llvm::StructType *ST = llvm::StructType::get(DoubleTy, DoubleTy, nullptr);
3292 CGF.Builder.CreateElementBitCast(RegAddrLo, DoubleTy));
3296 CGF.Builder.CreateElementBitCast(RegAddrHi, DoubleTy));