Home
last modified time | relevance | path

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

/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2099 inline CastInst_match<OpTy, FPToUIInst> m_FPToUI(const OpTy &Op) { in m_FPToUI() function