Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstant_folding.cc220 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local
232 HConstant* input_cst = instruction->GetConstantRight(); in VisitCompare() local
252 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local
269 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local
Dinstruction_simplifier.cc1276 HConstant* input_cst = instruction->GetConstantRight(); in VisitAdd() local
1363 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local
1657 HConstant* input_cst = instruction->GetConstantRight(); in VisitDiv() local
1712 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local
1887 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local
1935 HConstant* input_cst = instruction->GetConstantRight(); in VisitSub() local
2050 HConstant* input_cst = instruction->GetConstantRight(); in VisitXor() local
Dcode_generator_arm_vixl.cc5556 bool LocationsBuilderARMVIXL::CanEncodeConstantAsImmediate(HConstant* input_cst, Opcode opcode) { in CanEncodeConstantAsImmediate()