Home
last modified time | relevance | path

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

/external/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()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2710 Operand *ShAmtOp = shAmtImm(ShAmtImm - 32); in lowerInt64Arithmetic() local
2711 _lsl(T_Hi, Src0RLo, ShAmtOp); in lowerInt64Arithmetic()
2723 Operand *ShAmtOp = shAmtImm(ShAmtImm); in lowerInt64Arithmetic() local
2725 _lsl(T_Hi, Src0RHi, ShAmtOp); in lowerInt64Arithmetic()
2731 _lsl(T_Lo, Src0RLo, ShAmtOp); in lowerInt64Arithmetic()