Searched refs:castToType (Results 1 – 2 of 2) sorted by relevance
1501 Type castToType = R.first; in emitDagCast() local1515 castToType = Intr.Variables[DI->getArgName(ArgIdx)].getType(); in emitDagCast()1521 castToType = Intr.getReturnType(); in emitDagCast()1523 castToType.makeUnsigned(); in emitDagCast()1525 castToType.makeSigned(); in emitDagCast()1527 castToType.halveLanes(); in emitDagCast()1529 castToType.doubleLanes(); in emitDagCast()1531 castToType.makeInteger(8, true); in emitDagCast()1533 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()1534 assert_with_loc(!castToType.isVoid(), "Unknown typedef"); in emitDagCast()[all …]
489 public Object castToType(int t, XPathContext support) in castToType() method in XObject