Home | History | Annotate | Download | only in IR

Lines Matching refs:DataTy

4071     // DataTy is the overloaded type
4072 Type *DataTy = cast<PointerType>(Ptr->getType())->getElementType();
4073 Assert(DataTy == CS.getType(),
4075 Assert(PassThru->getType() == DataTy,
4078 DataTy->getVectorNumElements(),
4090 // DataTy is the overloaded type
4091 Type *DataTy = cast<PointerType>(Ptr->getType())->getElementType();
4092 Assert(DataTy == Val->getType(),
4095 DataTy->getVectorNumElements(),