Lines Matching defs:IA
949 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
950 Record.push_back(unsigned(IA->hasSideEffects()) |
951 unsigned(IA->isAlignStack()) << 1 |
952 unsigned(IA->getDialect()&1) << 2);
955 const std::string &AsmStr = IA->getAsmString();
961 const std::string &ConstraintStr = IA->getConstraintString();
1664 MDNode *Scope, *IA;
1665 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1670 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0);