Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching defs:IA

803     if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
804 Record.push_back(unsigned(IA->hasSideEffects()) |
805 unsigned(IA->isAlignStack()) << 1);
808 const std::string &AsmStr = IA->getAsmString();
814 const std::string &ConstraintStr = IA->getConstraintString();
1394 MDNode *Scope, *IA;
1395 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1400 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);