Home
last modified time | relevance | path

Searched defs:RightShift (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3394 Value *RightShift = Signed ? Builder.CreateAShr(Shl, ShiftVal) in visitCallInst() local
3407 Value *RightShift = Signed ? Builder.CreateAShr(Shl, IntSize - Width) in visitCallInst() local
3413 Value *RightShift = Signed ? Builder.CreateAShr(Src, Offset) in visitCallInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp3034 bool RightShift = in transformToImmForm() local
DPPCISelLowering.cpp12606 SDNode *RightShift = *UI; in PerformDAGCombine() local
/external/python/cpython2/Lib/compiler/
Dast.py1140 class RightShift(Node): class
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10686 SDNode *RightShift = *UI; in PerformDAGCombine() local
/external/tensorflow/tensorflow/go/op/
Dwrappers.go18554 func RightShift(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func