Home
last modified time | relevance | path

Searched defs:ConstantValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dconstant_value.h32 explicit ConstantValue() in ConstantValue() function
39 explicit ConstantValue(bool val) in ConstantValue() function
42 explicit ConstantValue(int32_t val) in ConstantValue() function
45 explicit ConstantValue(int64_t val) in ConstantValue() function
48 explicit ConstantValue(double val) in ConstantValue() function
51 explicit ConstantValue(std::string val) in ConstantValue() function
/arkcompiler/runtime_core/bytecode_optimizer/
Dmodule_constant_analyzer.h33 class ConstantValue; variable