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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h345 struct SuppressValidation { struct in struct:llvm::TypeInfer
346 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { function in struct:llvm::TypeInfer::SuppressValidation
349 ~SuppressValidation() {
H A DCodeGenDAGPatterns.cpp3346 TypeInfer::SuppressValidation SV(ThePat.getInfer());

Completed in 119 milliseconds