Home | History | Annotate | Download | only in Writer

Lines Matching defs:IA

967     if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
968 Record.push_back(unsigned(IA->hasSideEffects()) |
969 unsigned(IA->isAlignStack()) << 1 |
970 unsigned(IA->getDialect()&1) << 2);
973 const std::string &AsmStr = IA->getAsmString();
979 const std::string &ConstraintStr = IA->getConstraintString();
1650 MDNode *Scope, *IA;
1651 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1656 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);