Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp136 Type *MidIntPtrTy = in isEliminableCastPair() local
141 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3116 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
3266 if (!MidIntPtrTy) in isEliminableCastPair()
3268 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h718 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5304 Type *MidIntPtrTy = in simplifyCastInst() local
5309 SrcIntPtrTy, MidIntPtrTy, in simplifyCastInst()