Searched defs:NewCast (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 207 Value *NewCast = new BitCastInst(Src, TypeOfNewCast, "", BCI); in hoistAddrSpaceCastFromBitCast() local 216 Constant *NewCast = in hoistAddrSpaceCastFromBitCast() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 315 Value *NewCast; in InstCombineStoreToCast() local
|
D | InstCombineSimplifyDemanded.cpp | 471 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
|
D | InstCombineCasts.cpp | 144 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local
|
D | InstCombineAndOrXor.cpp | 1137 Value *NewCast = Builder->CreateTrunc(X, I.getType(), "and.shrunk"); in visitAnd() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 517 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
|
D | InstCombineCasts.cpp | 151 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local
|
D | InstCombineAndOrXor.cpp | 1422 Value *NewCast = Builder->CreateTrunc(X, I.getType(), "and.shrunk"); in visitAnd() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 395 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
|
D | InstCombineSelect.cpp | 1795 Value *NewCast = Builder.CreateCast(CastOp, NewSI, SelType); in visitSelectInst() local
|
D | InstCombineCasts.cpp | 154 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local
|
D | InstCombineAndOrXor.cpp | 1535 Value *NewCast = Builder.CreateTrunc(X, I.getType(), "and.shrunk"); in visitAnd() local
|