Searched defs:input_cst (Results 1 – 3 of 3) sorted by relevance
220 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local232 HConstant* input_cst = instruction->GetConstantRight(); in VisitCompare() local252 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local269 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local
1276 HConstant* input_cst = instruction->GetConstantRight(); in VisitAdd() local1363 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local1657 HConstant* input_cst = instruction->GetConstantRight(); in VisitDiv() local1712 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local1887 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local1935 HConstant* input_cst = instruction->GetConstantRight(); in VisitSub() local2050 HConstant* input_cst = instruction->GetConstantRight(); in VisitXor() local
5556 bool LocationsBuilderARMVIXL::CanEncodeConstantAsImmediate(HConstant* input_cst, Opcode opcode) { in CanEncodeConstantAsImmediate()