Home
last modified time | relevance | path

Searched refs:ShAmtOp (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1795 Value *ShAmtOp = cast<Instruction>(Op1Wide)->getOperand(1); in visitSub() local
1796 Instruction *NewShift = BinaryOperator::CreateAShr(X, ShAmtOp); in visitSub()
1807 Value *ShAmtOp = cast<Instruction>(Op1Wide)->getOperand(1); in visitSub() local
1808 Instruction *NewShift = BinaryOperator::CreateLShr(X, ShAmtOp); in visitSub()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2526 Operand *ShAmtOp = shAmtImm(ShAmtImm - 32); in lowerInt64Arithmetic() local
2527 _lsl(T_Hi, Src0RLo, ShAmtOp); in lowerInt64Arithmetic()
2539 Operand *ShAmtOp = shAmtImm(ShAmtImm); in lowerInt64Arithmetic() local
2541 _lsl(T_Hi, Src0RHi, ShAmtOp); in lowerInt64Arithmetic()
2547 _lsl(T_Lo, Src0RLo, ShAmtOp); in lowerInt64Arithmetic()