Searched refs:ShAmtImm (Results 1 – 2 of 2) sorted by relevance
2293 Operand *ShAmtImm = shAmtImm(32 - getScalarIntBitWidth(Ty)); in div0Check() local2295 _lsls(T, SrcLoReg, ShAmtImm); in div0Check()2699 const int32_t ShAmtImm = SrcsLo.getConstantValue() & 0x3F; in lowerInt64Arithmetic() local2700 if (ShAmtImm == 0) { in lowerInt64Arithmetic()2706 if (ShAmtImm >= 32) { in lowerInt64Arithmetic()2707 if (ShAmtImm == 32) { in lowerInt64Arithmetic()2710 Operand *ShAmtOp = shAmtImm(ShAmtImm - 32); in lowerInt64Arithmetic()2723 Operand *ShAmtOp = shAmtImm(ShAmtImm); in lowerInt64Arithmetic()2724 Operand *ComplShAmtOp = shAmtImm(32 - ShAmtImm); in lowerInt64Arithmetic()2809 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()