Searched refs:IntCastResult (Results 1 – 1 of 1) sorted by relevance
611 class IntCastResult : public Result { class615 IntCastResult(const ScalarType *IntegerType, Ptr V) in IntCastResult() function in __anon819a2c470111::IntCastResult1189 return std::make_shared<IntCastResult>(ST, Arg); in getCodeForDag()1322 V = std::make_shared<IntCastResult>(getScalarType("u32"), V); in getCodeForArg()1324 V = std::make_shared<IntCastResult>(getScalarType("u32"), V); in getCodeForArg()