Searched refs:LShift (Results 1 – 1 of 1) sorted by relevance
28129 bool LShift = (VT.is128BitVector() && Subtarget.hasSSE2()) || in SupportedVectorShiftWithImm() local28132 bool AShift = LShift && (Subtarget.hasAVX512() || in SupportedVectorShiftWithImm()28134 return (Opcode == ISD::SRA) ? AShift : LShift; in SupportedVectorShiftWithImm()28160 bool LShift = VT.is128BitVector() || VT.is256BitVector(); in SupportedVectorVarShift() local28161 bool AShift = LShift && VT != MVT::v2i64 && VT != MVT::v4i64; in SupportedVectorVarShift()28162 return (Opcode == ISD::SRA) ? AShift : LShift; in SupportedVectorVarShift()