Searched refs:IntCastResult (Results 1 – 1 of 1) sorted by relevance
613 class IntCastResult : public Result { class617 IntCastResult(const ScalarType *IntegerType, Ptr V) in IntCastResult() function in __anond852eb140111::IntCastResult1185 return std::make_shared<IntCastResult>(ST, Arg); in getCodeForDag()1318 V = std::make_shared<IntCastResult>(getScalarType("u32"), V); in getCodeForArg()1320 V = std::make_shared<IntCastResult>(getScalarType("u32"), V); in getCodeForArg()