Searched defs:ShiftLeft (Results 1 – 5 of 5) sorted by relevance
120 TEST(ShiftLeft) { in TEST() argument
73 BitwiseOr, ShiftLeft, ShiftRight }; enumerator
218 void Bignum::ShiftLeft(int shift_amount) { in ShiftLeft() function in v8::internal::Bignum
242 void Bignum::ShiftLeft(int shift_amount) { in ShiftLeft() function in WTF::double_conversion::Bignum
847 Instruction *ShiftLeft = cast<Instruction>(Op1); in foldUDivShl() local