Searched refs:SuppressValidation (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h349 struct SuppressValidation { struct in struct:llvm::TypeInfer
350 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { function in struct:llvm::TypeInfer::SuppressValidation
353 ~SuppressValidation() {
H A DCodeGenDAGPatterns.cpp3221 TypeInfer::SuppressValidation SV(ThePat.getInfer());

Completed in 217 milliseconds