Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:DIV

1622       DIVariable DIV = dyn_cast<MDLocalVariable>(MO.getMetadata());
1623 if (DIV && !DIV->getName().empty())
1624 OS << "!\"" << DIV->getName() << '\"';