Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp613 class IntCastResult : public Result { class
617 IntCastResult(const ScalarType *IntegerType, Ptr V) in IntCastResult() function in __anonc95a670f0111::IntCastResult
1185 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()