Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp461 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName()); in SimplifyDemandedUseBits() local
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 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