Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp362 if (!match(&I, m_SMax(m_OneUse(m_SMin(m_OneUse(m_FPToSI(m_Value(In))), in tryToFPToSat()
365 !match(&I, m_SMin(m_OneUse(m_SMax(m_OneUse(m_FPToSI(m_Value(In))), in tryToFPToSat()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1682 if (match(Src, m_FPToSI(m_Value(F))) || match(Src, m_FPToUI(m_Value(F)))) { in isKnownExactCastIntToFP()
1686 if (!IsSigned && match(Src, m_FPToSI(m_Value()))) in isKnownExactCastIntToFP()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2104 inline CastInst_match<OpTy, FPToSIInst> m_FPToSI(const OpTy &Op) { in m_FPToSI() function