Searched defs:RightShift (Results 1 – 8 of 8) sorted by relevance
120 RightShift, // ?5 # operator>> enumerator
3693 Value *RightShift = Signed ? Builder.CreateAShr(Shl, IntSize - Width) in visitCallInst() local3699 Value *RightShift = Signed ? Builder.CreateAShr(Src, Offset) in visitCallInst() local
3774 bool RightShift = Opc == PPC::SRW || Opc == PPC::SRW_rec || Opc == PPC::SRD || in transformToImmFormFedByLI() local
13861 SDNode *RightShift = *UI; in PerformDAGCombine() local
1140 class RightShift(Node): class
3965 TEST_F(OpTest, RightShift) { in TEST_F() argument
10686 SDNode *RightShift = *UI; in PerformDAGCombine() local
40890 func RightShift(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func