Searched refs:NewCast (Results 1 – 3 of 3) sorted by relevance
524 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local525 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
151 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local152 ReplaceInstUsesWith(AI, NewCast); in PromoteCastOfAllocation()
1315 Value *NewCast = Builder->CreateTrunc(X, I.getType(), "and.shrunk"); in visitAnd() local1318 return BinaryOperator::CreateAnd(NewCast, C3); in visitAnd()