Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1633 if (match(Src, m_Trunc(m_BitCast(m_Value(VecInput)))) && in OptimizeIntToFloatBitCast()
1656 if (match(Src, m_Trunc(m_LShr(m_BitCast(m_Value(VecInput)), in OptimizeIntToFloatBitCast()
/external/llvm/include/llvm/Support/
DPatternMatch.h664 m_BitCast(const OpTy &Op) { in m_BitCast() function