Searched refs:IntCastResult (Results 1 – 1 of 1) sorted by relevance
617 class IntCastResult : public Result { class621 IntCastResult(const ScalarType *IntegerType, Ptr V) in IntCastResult() function in __anonf88c1dfe0111::IntCastResult1187 return std::make_shared<IntCastResult>(ST, Arg); in getCodeForDag()1301 V = std::make_shared<IntCastResult>(getScalarType("u32"), V); in getCodeForArg()1303 V = std::make_shared<IntCastResult>(getScalarType("u32"), V); in getCodeForArg()