Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5093 bool IsZextByte = (Elt % ToEltSize) < UnpackFromEltSize; in tryPrepareForUnpack() local
5094 if (!IsZextByte) in tryPrepareForUnpack()
5098 if (IsZextByte != (OpNo == ZeroVecOpNo)) { in tryPrepareForUnpack()