Searched defs:NewCast (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineSimplifyDemanded.cpp | 478 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy); SimplifyDemandedUseBits() local |
H A D | InstCombineCasts.cpp | 2086 Value *NewCast = Builder.CreatePtrToInt(Scalar, Ty->getScalarType()); visitPtrToInt() local |
H A D | InstCombineSelect.cpp | 3808 Value *NewCast = Builder.CreateCast(CastOp, NewSI, SelType); visitSelectInst() local |
H A D | InstCombineCompares.cpp | 3377 Value *NewCast = Builder.CreateBitCast(X, NewType); foldICmpBitCast() local |