Home | History | Annotate | Download | only in IR

Lines Matching refs:DstEltTy

56   Type *DstEltTy = DstTy->getElementType();
63 C = ConstantExpr::getBitCast(C, DstEltTy);
555 Type *DstEltTy = DestVecTy->getElementType();
560 res.push_back(ConstantExpr::getCast(opc, C, DstEltTy));