Searched defs:NewCast (Results 1 – 3 of 3) sorted by relevance
443 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
171 Value *NewCast = Builder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local2005 Value *NewCast = Builder.CreatePtrToInt(Scalar, Ty->getScalarType()); in visitPtrToInt() local
2968 Value *NewCast = Builder.CreateCast(CastOp, NewSI, SelType); in visitSelectInst() local