Home
last modified time | relevance | path

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

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