Home | History | Annotate | Download | only in AST

Lines Matching defs:VT

874     const VectorType *VT = cast<VectorType>(T);
875 std::pair<uint64_t, unsigned> EltInfo = getTypeInfo(VT->getElementType());
876 Width = EltInfo.first*VT->getNumElements();