Home
last modified time | relevance | path

Searched refs:GetNullCompositeConstant (Results 1 - 4 of 4) sorted by relevance

/third_party/spirv-tools/source/opt/
H A Dconstants.cpp393 const Constant* ConstantManager::GetNullCompositeConstant(const Type* type) { in GetNullCompositeConstant() function in spvtools::opt::analysis::ConstantManager
H A Dconstants.h529 const Constant* GetNullCompositeConstant(const Type* type);
H A Dconst_folding_rules.cpp165 const_mgr->GetNullCompositeConstant(type)) { in FoldInsertWithConstants()
368 return const_mgr->GetNullCompositeConstant(result_type);
378 column = const_mgr->GetNullCompositeConstant(column->type());
/third_party/spirv-tools/test/opt/
H A Dfold_test.cpp1418 matrix[c] = const_mgr->GetNullCompositeConstant(matrix[c]->type()); in TEST_P()

Completed in 16 milliseconds