Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1882 if (match(Op1, m_OneUse(m_FPTrunc(m_FNeg(m_Value(Y)))))) { in visitFSub()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h1173 inline CastClass_match<OpTy, Instruction::FPTrunc> m_FPTrunc(const OpTy &Op) { in m_FPTrunc() function