Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DTy

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