Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp361 if (match(Arg, m_ConstantFP(CFP))) { in matchFPExtFromF16()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h173 inline class_match<ConstantFP> m_ConstantFP() { in m_ConstantFP() function
840 inline bind_ty<ConstantFP> m_ConstantFP(ConstantFP *&C) { return C; } in m_ConstantFP() function