Searched refs:castToType (Results 1 – 3 of 3) sorted by relevance
1520 Type castToType = R.first; in emitDagCast() local1534 castToType = Intr.Variables[DI->getArgName(ArgIdx)].getType(); in emitDagCast()1540 castToType = Intr.getReturnType(); in emitDagCast()1542 castToType.makeUnsigned(); in emitDagCast()1544 castToType.makeSigned(); in emitDagCast()1546 castToType.halveLanes(); in emitDagCast()1548 castToType.doubleLanes(); in emitDagCast()1550 castToType.makeInteger(8, true); in emitDagCast()1552 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()1553 assert_with_loc(!castToType.isVoid(), "Unknown typedef"); in emitDagCast()[all …]
489 public Object castToType(int t, XPathContext support) in castToType() method in XObject
1209 const bool castToType, in generateInitializerListWithSpecConstant() argument1220 …str << (i != idxBegin ? ", " : "") << (castToType ? de::toString(glu::getDataTypeName(type)) + "("… in generateInitializerListWithSpecConstant()