Searched refs:IntName (Results 1 – 1 of 1) sorted by relevance
1249 std::string IntName = std::string(Op->getValueAsString("intname")); in getCodeForDag() local1251 IntName += "_" + toLetter(cast<ScalarType>(Param)->kind()); in getCodeForDag()1252 return std::make_shared<IRIntrinsicResult>(IntName, ParamTypes, Args); in getCodeForDag()