Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6124 int64_t LegalShiftVal = Log2_32(SizeInBytes); in selectExtendedSHL() local
6125 if (LegalShiftVal == 0) in selectExtendedSHL()
6168 if (ImmVal != LegalShiftVal) in selectExtendedSHL()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1255 unsigned LegalShiftVal = Log2_32(Size); in SelectExtendedSHL() local
1258 if (ShiftVal != 0 && ShiftVal != LegalShiftVal) in SelectExtendedSHL()