Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4500 int ExpectedShift = (Index - I) % SystemZ::VectorBytes; in isShlDoublePermute() local
4501 int ModelOpNo = unsigned(ExpectedShift + I) / SystemZ::VectorBytes; in isShlDoublePermute()
4504 Shift = ExpectedShift; in isShlDoublePermute()
4505 else if (Shift != ExpectedShift) in isShlDoublePermute()