Searched refs:NewCast (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 512 Value *NewCast; in InstCombineStoreToCast() local 530 NewCast = IC.Builder->CreateCast(opcode, SIOp0, CastDstTy, in InstCombineStoreToCast() 532 SI.setOperand(0, NewCast); in InstCombineStoreToCast()
|
| D | InstCombineSimplifyDemanded.cpp | 481 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local 482 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
|
| D | InstCombineCasts.cpp | 151 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local 152 ReplaceInstUsesWith(AI, NewCast); in PromoteCastOfAllocation()
|
| D | InstCombineAndOrXor.cpp | 1202 Value *NewCast = Builder->CreateTrunc(X, I.getType(), "and.shrunk"); in visitAnd() local 1205 return BinaryOperator::CreateAnd(NewCast, C3); in visitAnd()
|