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