Home
last modified time | relevance | path

Searched refs:GetIntConst (Results 1 - 3 of 3) sorted by relevance

/third_party/spirv-tools/source/opt/
H A Dconstants.cpp492 const Constant* ConstantManager::GetIntConst(uint64_t val, int32_t bitWidth, in GetIntConst() function in spvtools::opt::analysis::ConstantManager
H A Dconstants.h666 const Constant* GetIntConst(uint64_t val, int32_t bitWidth, bool isSigned);
H A Dconst_folding_rules.cpp103 return const_mgr->GetIntConst(new_value, int_type->width(), in NegateIntConst()

Completed in 6 milliseconds