Searched refs:AShift (Results 1 – 1 of 1) sorted by relevance
27964 bool AShift = LShift && (Subtarget.hasAVX512() || in SupportedVectorShiftWithImm() local27966 return (Opcode == ISD::SRA) ? AShift : LShift; in SupportedVectorShiftWithImm()27993 bool AShift = LShift && VT != MVT::v2i64 && VT != MVT::v4i64; in SupportedVectorVarShift() local27994 return (Opcode == ISD::SRA) ? AShift : LShift; in SupportedVectorVarShift()