Searched refs:castToType (Results 1 – 2 of 2) sorted by relevance
1518 Type castToType = R.first; in emitDagCast() local1532 castToType = Intr.Variables[DI->getArgName(ArgIdx)].getType(); in emitDagCast()1538 castToType = Intr.getReturnType(); in emitDagCast()1540 castToType.makeUnsigned(); in emitDagCast()1542 castToType.makeSigned(); in emitDagCast()1544 castToType.halveLanes(); in emitDagCast()1546 castToType.doubleLanes(); in emitDagCast()1548 castToType.makeInteger(8, true); in emitDagCast()1550 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()1551 assert_with_loc(!castToType.isVoid(), "Unknown typedef"); in emitDagCast()[all …]
489 public Object castToType(int t, XPathContext support) in castToType() method in XObject