Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching refs:IA

817     if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
818 Record.push_back(unsigned(IA->hasSideEffects()) |
819 unsigned(IA->isAlignStack()) << 1);
822 const std::string &AsmStr = IA->getAsmString();
828 const std::string &ConstraintStr = IA->getConstraintString();
1408 MDNode *Scope, *IA;
1409 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1414 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);