Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:WideTy

818     MVT WideTy = MVT::getVectorVT(MVT::getIntegerVT(2*ElemTy.getSizeInBits()),
821 DAG.getSExtOrTrunc(LHS, SDLoc(LHS), WideTy),
822 DAG.getSExtOrTrunc(RHS, SDLoc(RHS), WideTy), CC);