Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DTy

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