Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXFavorNonGenericAddrSpaces.cpp207 Value *NewCast = new BitCastInst(Src, TypeOfNewCast, "", BCI); in hoistAddrSpaceCastFromBitCast() local
216 Constant *NewCast = in hoistAddrSpaceCastFromBitCast() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp517 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
H A DInstCombineCasts.cpp151 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local
H A DInstCombineAndOrXor.cpp1422 Value *NewCast = Builder->CreateTrunc(X, I.getType(), "and.shrunk"); in visitAnd() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp181 Value *NewCast = Builder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local
2112 Value *NewCast = Builder.CreatePtrToInt(Scalar, Ty->getScalarType()); in visitPtrToInt() local
H A DInstCombineSimplifyDemanded.cpp461 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
H A DInstCombineSelect.cpp3315 Value *NewCast = Builder.CreateCast(CastOp, NewSI, SelType); in visitSelectInst() local
H A DInstCombineCompares.cpp3033 Value *NewCast = Builder.CreateBitCast(X, NewType); in foldICmpBitCast() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp445 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
H A DInstCombineCasts.cpp154 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local
H A DInstCombineSelect.cpp2586 Value *NewCast = Builder.CreateCast(CastOp, NewSI, SelType); in visitSelectInst() local
H A DInstCombineAndOrXor.cpp1859 Value *NewCast = Builder.CreateTrunc(X, I.getType(), "and.shrunk"); in visitAnd() local