Home
last modified time | relevance | path

Searched refs:m_APFloatAllowPoison (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFloatingPointPredicateUtils.cpp35 if (!match(Val, m_APFloatAllowPoison(ConstVal))) in matchConstantFloat()
H A DInstructionSimplify.cpp4124 match(RHS, m_APFloatAllowPoison(C)); in simplifyFCmpInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp914 if (!match(opr1, m_APFloatAllowPoison(CF))) in fold_pow()
1048 match(opr0, m_APFloatAllowPoison(CF)); in fold_pow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2573 if (!match(TVal, m_APFloatAllowPoison(TC)) || in foldSelectToCopysign()
2574 !match(FVal, m_APFloatAllowPoison(FC)) || in foldSelectToCopysign()
H A DInstCombineAndOrXor.cpp1518 match(LHS1, m_APFloatAllowPoison(LHSC)) && in foldLogicOfFCmps()
1519 match(RHS1, m_APFloatAllowPoison(RHSC)) && in foldLogicOfFCmps()
H A DInstCombineMulDivRem.cpp989 if (match(Op1, m_APFloatAllowPoison(FPC)) && FPC->isZero() && in visitFMul()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h322 inline apfloat_match m_APFloatAllowPoison(const APFloat *&Res) { in m_APFloatAllowPoison() function