Searched refs:AShift (Results 1 – 1 of 1) sorted by relevance
29141 bool AShift = LShift && (Subtarget.hasAVX512() || in supportedVectorShiftWithImm() local29143 return (Opcode == ISD::SRA) ? AShift : LShift; in supportedVectorShiftWithImm()29179 bool AShift = LShift && VT != MVT::v2i64 && VT != MVT::v4i64; in supportedVectorVarShift() local29180 return (Opcode == ISD::SRA) ? AShift : LShift; in supportedVectorVarShift()