Home | History | Annotate | Download | only in IR

Lines Matching refs:DestPTy

138   if (VectorType *DestPTy = dyn_cast<VectorType>(DestTy)) {
140 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() &&
148 return BitCastConstantVector(V, DestPTy);
155 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy);