Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching defs:IA

821     if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
822 Record.push_back(unsigned(IA->hasSideEffects()) |
823 unsigned(IA->isAlignStack()) << 1 |
824 unsigned(IA->getDialect()&1) << 2);
827 const std::string &AsmStr = IA->getAsmString();
833 const std::string &ConstraintStr = IA->getConstraintString();
1451 MDNode *Scope, *IA;
1452 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1457 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);