Searched refs:NewCast (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 171 Value *NewCast = Builder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local 172 replaceInstUsesWith(AI, NewCast); in PromoteCastOfAllocation() 2005 Value *NewCast = Builder.CreatePtrToInt(Scalar, Ty->getScalarType()); in visitPtrToInt() local 2006 return InsertElementInst::Create(Vec, NewCast, Index); in visitPtrToInt()
|
H A D | InstCombineSimplifyDemanded.cpp | 443 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local 444 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
|
H A D | InstCombineSelect.cpp | 2968 Value *NewCast = Builder.CreateCast(CastOp, NewSI, SelType); in visitSelectInst() local 2969 return replaceInstUsesWith(SI, NewCast); in visitSelectInst()
|