Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp7057 static bool isSignExtendShiftType(AArch64_AM::ShiftExtendType Type) { in isSignExtendShiftType() function
7150 SignExtend = isSignExtendShiftType(Ext) ? 1 : 0; in selectExtendedSHL()