Lines Matching refs:getAsUnquotedString
1431 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagOp()
1462 N = SI->getAsUnquotedString(); in emitDagCall()
1518 if (SI->getAsUnquotedString() == "R") { in emitDagCast()
1520 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast()
1522 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast()
1524 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast()
1526 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast()
1528 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast()
1530 } else if (SI->getAsUnquotedString() == "32") { in emitDagCast()
1533 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()
1759 std::string ToReplace = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagNameReplace()
1760 std::string ReplaceWith = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagNameReplace()
1771 std::string Ty = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagLiteral()
1772 std::string Value = cast<StringInit>(DI->getArg(1))->getAsUnquotedString(); in emitDagLiteral()