Searched defs:GetShift (Results 1 – 6 of 6) sorted by relevance
354 Shift GetShift() const { in GetShift() function414 Shift GetShift() const { return shift_; } in GetShift() function
173 Shift GetShift() const { in GetShift() function797 Shift GetShift() const { return shift_; } in GetShift() function
1060 const Shift& GetShift() const { return *this; } in GetShift() function
104 HInstruction* GetShift() const { return InputAt(2); } in GetShift() function
180 static constexpr uint32_t GetShift(const uint32_t i) { in GetShift() function
20970 auto GetShift = [&](unsigned OpCode, SDValue V, int Shifter) { in LowerVectorCTPOPBitmath() local