Lines Matching refs:getAsUnquotedString
1444 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagOp()
1475 N = SI->getAsUnquotedString(); in emitDagCall()
1531 if (SI->getAsUnquotedString() == "R") { in emitDagCast()
1533 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast()
1535 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast()
1537 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast()
1539 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast()
1541 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast()
1543 } else if (SI->getAsUnquotedString() == "32") { in emitDagCast()
1546 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()
1713 T = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagDupTyped()
1776 std::string ToReplace = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagNameReplace()
1777 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagNameReplace()
1788 std::string Ty = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagLiteral()
1789 std::string Value = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagLiteral()