Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h1047 template <typename Opnd> inline UnaryOpc_match<Opnd> m_FPToUI(const Opnd &Op) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1730 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.h2217 inline CastInst_match<OpTy, FPToUIInst> m_FPToUI(const OpTy &Op) { in m_FPToUI() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15835 if (sd_match(N0, m_FPToUI(m_Value(FPVal))) && in visitTRUNCATE_USAT_U()