Searched refs:DXILOpLoweringLegacy (Results 1 – 1 of 1) sorted by relevance
139 class DXILOpLoweringLegacy : public ModulePass { class143 DXILOpLoweringLegacy() : ModulePass(ID) {} in DXILOpLoweringLegacy() function in __anon1a4546bf0211::DXILOpLoweringLegacy151 char DXILOpLoweringLegacy::ID = 0;154 INITIALIZE_PASS_BEGIN(DXILOpLoweringLegacy, DEBUG_TYPE, "DXIL Op Lowering",156 INITIALIZE_PASS_END(DXILOpLoweringLegacy, DEBUG_TYPE, "DXIL Op Lowering", false,160 return new DXILOpLoweringLegacy(); in createDXILOpLoweringLegacyPass()