22 const Def* lower_map_reduce_aff(
const App*);
23 const Def* lower_broadcast(
const App*);
24 const Def* lower_pad(
const App*);
25 const Def* lower_concat(
const App*);
26 const Def* lower_buffer_constant(
const App*);
RWPhase(World &world, std::string name, Analysis *analysis=nullptr)
World & world()=delete
Hides both and forbids direct access.
The World represents the whole program and manages creation of MimIR nodes (Defs).
LowerAff(World &world, flags_t annex)
const Def * rewrite_imm_App(const App *) override