Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.cpp396 std::function<bool(const PatternType &)> VerifyTypeOfOperand) { in check() argument
404 if (Ty.isTypeOf() && !VerifyTypeOfOperand(Ty)) in check()
H A DPatterns.h463 std::function<bool(const PatternType &)> VerifyTypeOfOperand);