Home
last modified time | relevance | path

Searched defs:input_value (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dintrinsics.cc311 int32_t input_value = invoke->InputAt(0)->AsIntConstant()->GetValue(); in ComputeIntegerValueOfInfo() local
346 int32_t input_value = invoke->InputAt(0)->AsIntConstant()->GetValue(); in ComputeIntegerValueOfInfo() local
H A Dconstant_folding.cc254 HInstruction* input_value = instruction->GetLeastConstantLeft(); in VisitCompare() local
H A Dinstruction_simplifier.cc783 HInstruction* input_value = equal->GetLeastConstantLeft(); in VisitEqual() local
815 HInstruction* input_value = not_equal->GetLeastConstantLeft(); in VisitNotEqual() local