Home
last modified time | relevance | path

Searched refs:CONSTANT_BOOL (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H A Dconstant_value.h24 CONSTANT_BOOL, enumerator
40 : type_(CONSTANT_BOOL), value_(val) {} in ConstantValue()
75 case CONSTANT_BOOL: in ToString()
H A Dconstant_propagation.cpp195 input_lattice->AsConstant()->GetType() == ConstantValue::CONSTANT_BOOL) { in VisitIfImm()
473 if (lattice->GetType() != ConstantValue::CONSTANT_BOOL) { in FoldingConstant()
493 if (left->GetType() != ConstantValue::CONSTANT_BOOL || right->GetType() != ConstantValue::CONSTANT_INT64) { in FoldingCompare()
612 case ConstantValue::CONSTANT_BOOL: { in CreateReplaceInst()

Completed in 3 milliseconds