Searched defs:input_cst (Results 1 – 3 of 3) sorted by relevance
221 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local252 HConstant* input_cst = instruction->GetConstantRight(); in VisitCompare() local272 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local289 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local
1266 HConstant* input_cst = instruction->GetConstantRight(); in VisitAdd() local1353 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local1647 HConstant* input_cst = instruction->GetConstantRight(); in VisitDiv() local1702 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local1877 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local1925 HConstant* input_cst = instruction->GetConstantRight(); in VisitSub() local2040 HConstant* input_cst = instruction->GetConstantRight(); in VisitXor() local
5735 bool LocationsBuilderARMVIXL::CanEncodeConstantAsImmediate(HConstant* input_cst, Opcode opcode) { in CanEncodeConstantAsImmediate()