Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinduction_variable_analysis.cpp20 bool InductionVariableAnalysis::IsIntConstant(GateRef gate) const in IsIntConstant() function in panda::ecmascript::kungfu::InductionVariableAnalysis
37 if (!IsIntConstant(startGate)) { in IsInductionVariable()
67 if (!IsIntConstant(stride)) { in IsInductionVariable()
77 ASSERT(IsIntConstant(startGate)); in GetStartAndStride()
92 ASSERT(IsIntConstant(strideGate)); in GetStartAndStride()
132 if (!IsIntConstant(limitGate)) { in TryGetLoopTimes()
H A Dinduction_variable_analysis.h48 bool IsIntConstant(GateRef gate) const;

Completed in 2 milliseconds