Home
last modified time | relevance | path

Searched refs:NewCast (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp524 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
525 return InsertNewInstWith(NewCast, *I); in SimplifyDemandedUseBits()
DInstCombineCasts.cpp151 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local
152 ReplaceInstUsesWith(AI, NewCast); in PromoteCastOfAllocation()
DInstCombineAndOrXor.cpp1315 Value *NewCast = Builder->CreateTrunc(X, I.getType(), "and.shrunk"); in visitAnd() local
1318 return BinaryOperator::CreateAnd(NewCast, C3); in visitAnd()