Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching refs:IA

826     if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
827 Record.push_back(unsigned(IA->hasSideEffects()) |
828 unsigned(IA->isAlignStack()) << 1 |
829 unsigned(IA->getDialect()&1) << 2);
832 const std::string &AsmStr = IA->getAsmString();
838 const std::string &ConstraintStr = IA->getConstraintString();
1503 MDNode *Scope, *IA;
1504 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1509 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);