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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4777 bool IsZextByte = (Elt % ToEltSize) < UnpackFromEltSize; local
4778 if (!IsZextByte)
4782 if (IsZextByte != (OpNo == ZeroVecOpNo)) {

Completed in 178 milliseconds