Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:DTy

1646     llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy);
1647 Ops[0] = Builder.CreateBitCast(Ops[0], DTy);