Searched refs:ShAmtImm (Results 1 – 2 of 2) sorted by relevance
2299 Operand *ShAmtImm = shAmtImm(32 - getScalarIntBitWidth(Ty)); in div0Check() local2301 _lsls(T, SrcLoReg, ShAmtImm); in div0Check()2705 const int32_t ShAmtImm = SrcsLo.getConstantValue() & 0x3F; in lowerInt64Arithmetic() local2706 if (ShAmtImm == 0) { in lowerInt64Arithmetic()2712 if (ShAmtImm >= 32) { in lowerInt64Arithmetic()2713 if (ShAmtImm == 32) { in lowerInt64Arithmetic()2716 Operand *ShAmtOp = shAmtImm(ShAmtImm - 32); in lowerInt64Arithmetic()2729 Operand *ShAmtOp = shAmtImm(ShAmtImm); in lowerInt64Arithmetic()2730 Operand *ComplShAmtOp = shAmtImm(32 - ShAmtImm); in lowerInt64Arithmetic()2814 Operand *ShAmtImm = shAmtImm(ShAmt - 32); in lowerInt64Arithmetic() local[all …]
191 OperandARM32ShAmtImm *shAmtImm(uint32_t ShAmtImm) const { in shAmtImm() argument192 assert(ShAmtImm < 32); in shAmtImm()195 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(ShAmtImm & 0x1F))); in shAmtImm()