Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp491 unsigned LastShift = 0; // LSL amount for last MOVK in expandMOVImmSimple() local
496 LastShift = ((63 - LZ) / 16) * 16; in expandMOVImmSimple()
503 if (Shift == LastShift) in expandMOVImmSimple()
512 while (Shift < LastShift) { in expandMOVImmSimple()