Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4853 bool IsZextByte = (Elt % ToEltSize) < UnpackFromEltSize; in tryPrepareForUnpack() local
4854 if (!IsZextByte) in tryPrepareForUnpack()
4858 if (IsZextByte != (OpNo == ZeroVecOpNo)) { in tryPrepareForUnpack()