Searched refs:ShAmtOp (Results 1 – 2 of 2) sorted by relevance
1795 Value *ShAmtOp = cast<Instruction>(Op1Wide)->getOperand(1); in visitSub() local1796 Instruction *NewShift = BinaryOperator::CreateAShr(X, ShAmtOp); in visitSub()1807 Value *ShAmtOp = cast<Instruction>(Op1Wide)->getOperand(1); in visitSub() local1808 Instruction *NewShift = BinaryOperator::CreateLShr(X, ShAmtOp); in visitSub()
2710 Operand *ShAmtOp = shAmtImm(ShAmtImm - 32); in lowerInt64Arithmetic() local2711 _lsl(T_Hi, Src0RLo, ShAmtOp); in lowerInt64Arithmetic()2723 Operand *ShAmtOp = shAmtImm(ShAmtImm); in lowerInt64Arithmetic() local2725 _lsl(T_Hi, Src0RHi, ShAmtOp); in lowerInt64Arithmetic()2731 _lsl(T_Lo, Src0RLo, ShAmtOp); in lowerInt64Arithmetic()