Home
last modified time | relevance | path

Searched refs:m_APFloatAllowUndef (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp904 if (!match(opr1, m_APFloatAllowUndef(CF))) in fold_pow()
1037 match(opr0, m_APFloatAllowUndef(CF)); in fold_pow()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2378 if (!match(TVal, m_APFloatAllowUndef(TC)) || in foldSelectToCopysign()
2379 !match(FVal, m_APFloatAllowUndef(FC)) || in foldSelectToCopysign()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h301 inline apfloat_match m_APFloatAllowUndef(const APFloat *&Res) { in m_APFloatAllowUndef() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4117 match(RHS, m_APFloatAllowUndef(C)); in simplifyFCmpInst()
H A DValueTracking.cpp4005 if (!match(RHS, m_APFloatAllowUndef(ConstRHS))) in fcmpToClassTest()