Searched refs:constant_inst (Results 1 – 4 of 4) sorted by relevance
59 const analysis::Constant* constant_inst) { in GetConstantValue() argument60 if (constant_inst->type()->AsInteger()->width() <= 32) { in GetConstantValue()61 if (constant_inst->type()->AsInteger()->IsSigned()) { in GetConstantValue()62 return static_cast<uint32_t>(constant_inst->GetS32()); in GetConstantValue()64 return constant_inst->GetU32(); in GetConstantValue()
51 uint32_t GetConstantValue(const analysis::Constant* constant_inst);
50 uint32_t GetConstantValue(const analysis::Constant* constant_inst);