Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3624 Register TruncVal; in getTruncStoreByteOffset() local
3625 if (!mi_match(Store.getValueReg(), MRI, m_GTrunc(m_Reg(TruncVal)))) in getTruncStoreByteOffset()
3636 if (!mi_match(TruncVal, MRI, in getTruncStoreByteOffset()
3639 if (!SrcVal.isValid() || TruncVal == SrcVal) { in getTruncStoreByteOffset()
3641 SrcVal = TruncVal; in getTruncStoreByteOffset()