Home | History | Annotate | Download | only in AArch64

Lines Matching refs:EltType

4095   EVT EltType = V.getValueType().getVectorElementType();
4096 return EltType.getSizeInBits() / 8;
4706 static unsigned getDUPLANEOp(EVT EltType) {
4707 if (EltType == MVT::i8)
4709 if (EltType == MVT::i16)
4711 if (EltType == MVT::i32 || EltType == MVT::f32)
4713 if (EltType == MVT::i64 || EltType == MVT::f64)