Searched defs:input_cst (Results 1 – 3 of 3) sorted by relevance
219 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local231 HConstant* input_cst = instruction->GetConstantRight(); in VisitCompare() local251 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local268 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local
1234 HConstant* input_cst = instruction->GetConstantRight(); in VisitAdd() local1321 HConstant* input_cst = instruction->GetConstantRight(); in VisitAnd() local1616 HConstant* input_cst = instruction->GetConstantRight(); in VisitDiv() local1671 HConstant* input_cst = instruction->GetConstantRight(); in VisitMul() local1846 HConstant* input_cst = instruction->GetConstantRight(); in VisitOr() local1894 HConstant* input_cst = instruction->GetConstantRight(); in VisitSub() local2009 HConstant* input_cst = instruction->GetConstantRight(); in VisitXor() local
5673 bool LocationsBuilderARMVIXL::CanEncodeConstantAsImmediate(HConstant* input_cst, Opcode opcode) { in CanEncodeConstantAsImmediate()