Home
last modified time | relevance | path

Searched refs:MidIntPtrTy (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp262 Type *MidIntPtrTy = in isEliminableCastPair() local
267 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp2962 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
3112 if (!MidIntPtrTy) in isEliminableCastPair()
3114 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstrTypes.h671 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4864 Type *MidIntPtrTy = in simplifyCastInst() local
4869 SrcIntPtrTy, MidIntPtrTy, in simplifyCastInst()