Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp382 if (!match(&I, m_SMax(m_OneUse(m_SMin(m_OneUse(m_FPToSI(m_Value(In))), in tryToFPToSat()
385 !match(&I, m_SMin(m_OneUse(m_SMax(m_OneUse(m_FPToSI(m_Value(In))), in tryToFPToSat()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1742 if (match(Src, m_FPToSI(m_Value(F))) || match(Src, m_FPToUI(m_Value(F)))) { in isKnownExactCastIntToFP()
1746 if (!IsSigned && match(Src, m_FPToSI(m_Value()))) in isKnownExactCastIntToFP()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DPatternMatch.h1677 inline CastClass_match<OpTy, Instruction::FPToSI> m_FPToSI(const OpTy &Op) { in m_FPToSI() function