Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6593 int StartOffsetCandidate = -1; in lowerSIGN_EXTEND_VECTOR_INREG() local
6598 if (StartOffsetCandidate == -1) in lowerSIGN_EXTEND_VECTOR_INREG()
6599 StartOffsetCandidate = ShuffleMask[Elt] - Elt; in lowerSIGN_EXTEND_VECTOR_INREG()
6600 if (StartOffsetCandidate == ShuffleMask[Elt] - Elt) in lowerSIGN_EXTEND_VECTOR_INREG()
6603 StartOffsetCandidate = -1; in lowerSIGN_EXTEND_VECTOR_INREG()
6606 if (StartOffsetCandidate != -1) { in lowerSIGN_EXTEND_VECTOR_INREG()
6607 StartOffset = StartOffsetCandidate; in lowerSIGN_EXTEND_VECTOR_INREG()