Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp481 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy); in SimplifyDemandedUseBits() local
H A DInstCombineCasts.cpp1998 Value *NewCast = Builder.CreatePtrToInt(Scalar, Ty->getScalarType()); in visitPtrToInt() local
H A DInstCombineSelect.cpp3617 Value *NewCast = Builder.CreateCast(CastOp, NewSI, SelType); in visitSelectInst() local
H A DInstCombineCompares.cpp3268 Value *NewCast = Builder.CreateBitCast(X, NewType); in foldICmpBitCast() local