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