Home | History | Annotate | Download | only in src

Lines Matching defs:NewC

556           int32_t NewC = C->getValue();
558 NewC &= ~(0x80000000l >> ShAmt);
560 NewC = (NewC << ShAmt) >> ShAmt;
562 Src1 = Ctx->getConstantInt32(NewC);