Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching defs:IA

799     if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
800 Record.push_back(unsigned(IA->hasSideEffects()) |
801 unsigned(IA->isAlignStack()) << 1);
804 const std::string &AsmStr = IA->getAsmString();
810 const std::string &ConstraintStr = IA->getConstraintString();
1390 MDNode *Scope, *IA;
1391 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1396 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);