Searched defs:LeftShift (Results 1 – 5 of 5) sorted by relevance
25 void LeftShift(RWDigits Z, Digits X, int shift) { in LeftShift() function
136 void LeftShift(RWDigits Z, Digits X, digit_t shift) { in LeftShift() function
121 LeftShift, // ?6 # operator<< enumerator
570 MaybeHandle<BigInt> BigInt::LeftShift(Isolate* isolate, Handle<BigInt> x, in LeftShift() function in v8::internal::BigInt
12096 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local