Home
last modified time | relevance | path

Searched defs:NewCast (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp207 Value *NewCast = new BitCastInst(Src, TypeOfNewCast, "", BCI); in hoistAddrSpaceCastFromBitCast() local
216 Constant *NewCast = in hoistAddrSpaceCastFromBitCast() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp315 Value *NewCast; in InstCombineStoreToCast() local
DInstCombineSimplifyDemanded.cpp471 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
DInstCombineCasts.cpp144 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local
DInstCombineAndOrXor.cpp1137 Value *NewCast = Builder->CreateTrunc(X, I.getType(), "and.shrunk"); in visitAnd() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp517 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
DInstCombineCasts.cpp151 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local
DInstCombineAndOrXor.cpp1422 Value *NewCast = Builder->CreateTrunc(X, I.getType(), "and.shrunk"); in visitAnd() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp395 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
DInstCombineSelect.cpp1795 Value *NewCast = Builder.CreateCast(CastOp, NewSI, SelType); in visitSelectInst() local
DInstCombineCasts.cpp154 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local
DInstCombineAndOrXor.cpp1535 Value *NewCast = Builder.CreateTrunc(X, I.getType(), "and.shrunk"); in visitAnd() local