Lines Matching defs:dividend
1324 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I()
1329 LOperand* dividend() { return inputs_[0]; } in dividend() function
1342 LDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) { in LDivByConstI()
1348 LOperand* dividend() { return inputs_[0]; } in dividend() function
1362 LDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LDivI()
1368 LOperand* dividend() { return inputs_[0]; } in dividend() function
1994 LFlooringDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LFlooringDivByPowerOf2I()
1999 LOperand* dividend() { return inputs_[0]; } in dividend() function
2013 LFlooringDivByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) { in LFlooringDivByConstI()
2019 LOperand* dividend() { return inputs_[0]; } in dividend() function
2033 LFlooringDivI(LOperand* dividend, LOperand* divisor, LOperand* temp) { in LFlooringDivI()
2039 LOperand* dividend() { return inputs_[0]; } in dividend() function
2126 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I()
2131 LOperand* dividend() { return inputs_[0]; } in dividend() function
2144 LModByConstI(LOperand* dividend, int32_t divisor, LOperand* temp) { in LModByConstI()
2150 LOperand* dividend() { return inputs_[0]; } in dividend() function