Home
last modified time | relevance | path

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

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