Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4740 int ExpectedShift = (Index - I) % SystemZ::VectorBytes; in isShlDoublePermute() local
4741 int ModelOpNo = unsigned(ExpectedShift + I) / SystemZ::VectorBytes; in isShlDoublePermute()
4744 Shift = ExpectedShift; in isShlDoublePermute()
4745 else if (Shift != ExpectedShift) in isShlDoublePermute()