Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dccp_pass.cpp196 const analysis::Constant* c = const_mgr_->FindDeclaredConstant(pred_val_id); in VisitBranch()
228 const_mgr_->FindDeclaredConstant(select_val_id); in VisitBranch()
301 const_mgr_ = context()->get_constant_mgr(); in Initialize()
Dccp_pass.h92 analysis::ConstantManager* const_mgr_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dccp_pass.cpp196 const analysis::Constant* c = const_mgr_->FindDeclaredConstant(pred_val_id); in VisitBranch()
228 const_mgr_->FindDeclaredConstant(select_val_id); in VisitBranch()
301 const_mgr_ = context()->get_constant_mgr(); in Initialize()
Dccp_pass.h93 analysis::ConstantManager* const_mgr_; variable