Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6088 static bool isSignExtendShiftType(AArch64_AM::ShiftExtendType Type) { in isSignExtendShiftType() function
6181 SignExtend = isSignExtendShiftType(Ext) ? 1 : 0; in selectExtendedSHL()