Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstant_folding.cc483 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local
514 HConstant* input_cst = instruction->GetConstantRight(); in VisitCompare() local
534 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local
551 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local
Dinstruction_simplifier.cc1429 HConstant* input_cst = instruction->GetConstantRight(); in VisitAdd() local
1516 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local
1810 HConstant* input_cst = instruction->GetConstantRight(); in VisitDiv() local
1901 HConstant* input_cst = rem->GetConstantRight(); in TryToReuseDiv() local
1933 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local
2108 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local
2156 HConstant* input_cst = instruction->GetConstantRight(); in VisitSub() local
2271 HConstant* input_cst = instruction->GetConstantRight(); in VisitXor() local
Dcode_generator_arm_vixl.cc6144 bool LocationsBuilderARMVIXL::CanEncodeConstantAsImmediate(HConstant* input_cst, Opcode opcode) { in CanEncodeConstantAsImmediate()