Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstant_folding.cc221 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local
252 HConstant* input_cst = instruction->GetConstantRight(); in VisitCompare() local
272 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local
289 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local
Dinstruction_simplifier.cc1364 HConstant* input_cst = instruction->GetConstantRight(); in VisitAdd() local
1451 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local
1745 HConstant* input_cst = instruction->GetConstantRight(); in VisitDiv() local
1833 HConstant* input_cst = rem->GetConstantRight(); in TryToReuseDiv() local
1865 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local
2040 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local
2088 HConstant* input_cst = instruction->GetConstantRight(); in VisitSub() local
2203 HConstant* input_cst = instruction->GetConstantRight(); in VisitXor() local
Dcode_generator_arm_vixl.cc5979 bool LocationsBuilderARMVIXL::CanEncodeConstantAsImmediate(HConstant* input_cst, Opcode opcode) { in CanEncodeConstantAsImmediate()