Lines Matching refs:getAsUnquotedString
1542 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagOp()
1572 N = SI->getAsUnquotedString(); in emitDagCall()
1618 if (SI->getAsUnquotedString() == "R") { in emitDagCast()
1620 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast()
1622 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast()
1624 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast()
1626 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast()
1628 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast()
1631 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()
1857 std::string ToReplace = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagNameReplace()
1858 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagNameReplace()
1869 std::string Ty = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagLiteral()
1870 std::string Value = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagLiteral()