Searched defs:NewCast (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXFavorNonGenericAddrSpaces.cpp | 207 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 D | InstCombineSimplifyDemanded.cpp | 517 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
|
H A D | InstCombineCasts.cpp | 151 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local
|
H A D | InstCombineAndOrXor.cpp | 1422 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 D | InstCombineCasts.cpp | 181 Value *NewCast = Builder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local 2112 Value *NewCast = Builder.CreatePtrToInt(Scalar, Ty->getScalarType()); in visitPtrToInt() local
|
H A D | InstCombineSimplifyDemanded.cpp | 461 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
|
H A D | InstCombineSelect.cpp | 3315 Value *NewCast = Builder.CreateCast(CastOp, NewSI, SelType); in visitSelectInst() local
|
H A D | InstCombineCompares.cpp | 3033 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 D | InstCombineSimplifyDemanded.cpp | 445 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
|
H A D | InstCombineCasts.cpp | 154 Value *NewCast = AllocaBuilder.CreateBitCast(New, AI.getType(), "tmpcast"); in PromoteCastOfAllocation() local
|
H A D | InstCombineSelect.cpp | 2586 Value *NewCast = Builder.CreateCast(CastOp, NewSI, SelType); in visitSelectInst() local
|
H A D | InstCombineAndOrXor.cpp | 1859 Value *NewCast = Builder.CreateTrunc(X, I.getType(), "and.shrunk"); in visitAnd() local
|