Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXOpts/CMTrans/
H A DGenXPrintfResolution.cpp438 static constexpr auto VecArgElementSize = VecArgSize / ArgData::Size; variable
473 IGC_ASSERT_MESSAGE(ArgSize <= VecArgElementSize, in getArgAs32BitInt()
475 if (ArgSize < VecArgElementSize) { in getArgAs32BitInt()