Lines Matching refs:getAsUnquotedString
1464 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagOp()
1494 N = SI->getAsUnquotedString(); in emitDagCall()
1539 if (SI->getAsUnquotedString() == "R") { in emitDagCast()
1541 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast()
1543 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast()
1545 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast()
1547 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast()
1549 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast()
1552 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()
1746 std::string ToReplace = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagNameReplace()
1747 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagNameReplace()
1758 std::string Ty = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagLiteral()
1759 std::string Value = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagLiteral()