Searched refs:m_SIToFP (Results 1 – 3 of 3) sorted by relevance
825 inline CastClass_match<OpTy, Instruction::SIToFP> m_SIToFP(const OpTy &Op) { in m_SIToFP() function
1167 inline CastClass_match<OpTy, Instruction::SIToFP> m_SIToFP(const OpTy &Op) { in m_SIToFP() function
4729 if (match(Op0, m_BitCast(m_SIToFP(m_Value(X))))) { in visitICmpInst()