Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDPatternMatch.h2109 inline CastInst_match<OpTy, FPTruncInst> m_FPTrunc(const OpTy &Op) { in m_FPTrunc() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp2903 if (match(Op1, m_OneUse(m_FPTrunc(m_FNeg(m_Value(Y)))))) in visitFSub()
HDInstCombineCompares.cpp3313 match(BCSrcOp, m_FPTrunc(m_Value(X))))) { in foldICmpBitCast()