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