Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstant_folding.cc219 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local
231 HConstant* input_cst = instruction->GetConstantRight(); in VisitCompare() local
251 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local
268 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local
Dinstruction_simplifier.cc944 HConstant* input_cst = instruction->GetConstantRight(); in VisitAdd() local
1029 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local
1267 HConstant* input_cst = instruction->GetConstantRight(); in VisitDiv() local
1322 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local
1497 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local
1545 HConstant* input_cst = instruction->GetConstantRight(); in VisitSub() local
1660 HConstant* input_cst = instruction->GetConstantRight(); in VisitXor() local
Dcode_generator_arm_vixl.cc5323 bool LocationsBuilderARMVIXL::CanEncodeConstantAsImmediate(HConstant* input_cst, in CanEncodeConstantAsImmediate()
Dcode_generator_arm.cc5315 bool LocationsBuilderARM::CanEncodeConstantAsImmediate(HConstant* input_cst, in CanEncodeConstantAsImmediate()