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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19721 bool AShift = LShift && (Subtarget.hasVLX() || local
19723 return (Opcode == ISD::SRA) ? AShift : LShift;
19750 bool AShift = LShift && VT != MVT::v2i64 && VT != MVT::v4i64; local
19751 return (Opcode == ISD::SRA) ? AShift : LShift;
[all...]

Completed in 207 milliseconds