Searched defs:ShiftLeft (Results 1 – 5 of 5) sorted by relevance
120 TEST(ShiftLeft) { in TEST() argument
95 const Operator* ShiftLeft() { BINOP(JSShiftLeft); } in ShiftLeft() function
219 void Bignum::ShiftLeft(int shift_amount) { in ShiftLeft() function in v8::internal::Bignum
92 ShiftLeft, enumerator
972 Instruction *ShiftLeft = cast<Instruction>(Op1); in foldUDivShl() local