Searched defs:LeftShift (Results 1 – 7 of 7) sorted by relevance
26 U256 LeftShift(U256 v, int s) { in LeftShift() function
86 TEST(ApplyMultiplierTest, LeftShift) { in TEST() argument
297 inline int LeftShift(int value, int bits) { in LeftShift() function
121 LeftShift, // ?6 # operator<< enumerator
803 class LeftShift(Node): class
12096 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local
40801 func LeftShift(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func