Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp2739 Register BitcastSrc; in stripBitCast() local
2740 if (mi_match(Reg, MRI, m_GBitcast(m_Reg(BitcastSrc)))) in stripBitCast()
2741 Reg = BitcastSrc; in stripBitCast()