Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp3548 if (match(RHS, m_NaN())) in SimplifyFCmpInst()
4570 if (match(V, m_NaN())) in simplifyFPOp()
5188 if (match(Op0, m_NaN())) in simplifyBinaryIntrinsic()
5190 if (match(Op1, m_NaN())) in simplifyBinaryIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3742 if (match(Src0, m_NaN()) || isa<UndefValue>(Src0)) { in visitCallInst()
3744 } else if (match(Src1, m_NaN()) || isa<UndefValue>(Src1)) { in visitCallInst()
3746 } else if (match(Src2, m_NaN()) || isa<UndefValue>(Src2)) { in visitCallInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h529 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN() function