Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1719 if (match(Src, m_FPToSI(m_Value(F))) || match(Src, m_FPToUI(m_Value(F)))) { in isKnownExactCastIntToFP()
1723 if (!IsSigned && match(Src, m_FPToSI(m_Value()))) in isKnownExactCastIntToFP()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DPatternMatch.h1687 inline CastClass_match<OpTy, Instruction::FPToSI> m_FPToSI(const OpTy &Op) { in m_FPToSI() function