Searched defs:LowerTypeTests (Results 1 – 1 of 1) sorted by relevance
512 struct LowerTypeTests : public ModulePass { struct513 static char ID;515 bool UseCommandLine = false;517 ModuleSummaryIndex *ExportSummary;518 const ModuleSummaryIndex *ImportSummary;520 LowerTypeTests() : ModulePass(ID), UseCommandLine(true) { in LowerTypeTests() argument524 LowerTypeTests(ModuleSummaryIndex *ExportSummary, in LowerTypeTests() function531 bool runOnModule(Module &M) override { in runOnModule()