Home | History | Annotate | Download | only in Writer

Lines Matching refs:IA

815     if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
816 Record.push_back(unsigned(IA->hasSideEffects()) |
817 unsigned(IA->isAlignStack()) << 1 |
818 unsigned(IA->getDialect()&1) << 2);
821 const std::string &AsmStr = IA->getAsmString();
827 const std::string &ConstraintStr = IA->getConstraintString();
1491 MDNode *Scope, *IA;
1492 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1497 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);