Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching defs:IA

798     if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
799 Record.push_back(unsigned(IA->hasSideEffects()) |
800 unsigned(IA->isAlignStack()) << 1);
803 const std::string &AsmStr = IA->getAsmString();
809 const std::string &ConstraintStr = IA->getConstraintString();
1377 MDNode *Scope, *IA;
1378 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1383 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);