Home
last modified time | relevance | path

Searched refs:IntCastResult (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp617 class IntCastResult : public Result { class
621 IntCastResult(const ScalarType *IntegerType, Ptr V) in IntCastResult() function in __anonf88c1dfe0111::IntCastResult
1187 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()