Home
last modified time | relevance | path

Searched refs:AShift (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29615 bool AShift = LShift && (Subtarget.hasAVX512() || in supportedVectorShiftWithImm() local
29617 return (Opcode == ISD::SRA) ? AShift : LShift; in supportedVectorShiftWithImm()
29647 bool AShift = LShift && VT != MVT::v2i64 && VT != MVT::v4i64; in supportedVectorVarShift() local
29648 return (Opcode == ISD::SRA) ? AShift : LShift; in supportedVectorVarShift()