Searched defs:RightShift (Results 1 – 6 of 6) sorted by relevance
3394 Value *RightShift = Signed ? Builder.CreateAShr(Shl, ShiftVal) in visitCallInst() local3407 Value *RightShift = Signed ? Builder.CreateAShr(Shl, IntSize - Width) in visitCallInst() local3413 Value *RightShift = Signed ? Builder.CreateAShr(Src, Offset) in visitCallInst() local
3034 bool RightShift = in transformToImmForm() local
12606 SDNode *RightShift = *UI; in PerformDAGCombine() local
1140 class RightShift(Node): class
10686 SDNode *RightShift = *UI; in PerformDAGCombine() local
18554 func RightShift(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func