Home | History | Annotate | Download | only in VMCore

Lines Matching refs:VT

296                           int VT, unsigned ArgNo, std::string &Suffix);
1746 VectorType *VT = dyn_cast<VectorType>(Ty);
1747 return VT == 0 || VT->getNumElements() != D.Vector_Width ||
1748 VerifyIntrinsicType(VT->getElementType(), Infos, ArgTys);