Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h66 inline std::optional<ConstT> matchConstant(Register,
70 inline std::optional<APInt> matchConstant(Register Reg, in matchConstant() function
76 inline std::optional<int64_t> matchConstant(Register Reg, in matchConstant() function
85 if (auto MaybeCst = matchConstant<ConstT>(Reg, MRI)) { in match()
120 if (auto MaybeCst = matchConstant<ConstT>(Reg, MRI)) { in match()