Lines Matching refs:getAsUnquotedString
1432 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagOp()
1463 N = SI->getAsUnquotedString(); in emitDagCall()
1519 if (SI->getAsUnquotedString() == "R") { in emitDagCast()
1521 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast()
1523 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast()
1525 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast()
1527 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast()
1529 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast()
1531 } else if (SI->getAsUnquotedString() == "32") { in emitDagCast()
1534 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()
1701 T = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagDupTyped()
1764 std::string ToReplace = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagNameReplace()
1765 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagNameReplace()
1776 std::string Ty = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagLiteral()
1777 std::string Value = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagLiteral()