Home | History | Annotate | Download | only in AArch64

Lines Matching defs:EltVT

2976   EVT EltVT;
2979 EltVT = MVT::i32;
2981 EltMask = DAG.getConstant(0x80000000ULL, EltVT);
2993 EltVT = MVT::i64;
2999 EltMask = DAG.getConstant(0, EltVT);
4651 EVT EltVT = Op.getValueType().getVectorElementType();
4652 unsigned BytesPerElt = EltVT.getSizeInBits() / 8;