Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4587 if (match(Op1, m_NegZeroFP())) in SimplifyFAddInst()
4638 if (match(Op1, m_NegZeroFP()) && in SimplifyFSubInst()
4645 if (match(Op0, m_NegZeroFP()) && in SimplifyFSubInst()
4795 if (match(Op0, m_NegZeroFP())) in SimplifyFRemInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h556 inline cstfp_pred_ty<is_neg_zero_fp> m_NegZeroFP() { in m_NegZeroFP() function