Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp57 void PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types);
132 PrintTypes(OS, TS); in EmitInterp()
279 PrintTypes(OS, TS); in EmitGroup()
335 PrintTypes(OS, TS); in EmitEval()
346 void ClangOpcodesEmitter::PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types) { in PrintTypes() function in ClangOpcodesEmitter
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp217 void print(raw_ostream &OS, bool PrintTypes = false) { in print() argument
219 Base->printAsOperand(OS, PrintTypes); in print()
221 Offset->printAsOperand(OS, PrintTypes); in print()
223 Length->printAsOperand(OS, PrintTypes); in print()