Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp260 Type *MidIntPtrTy = in isEliminableCastPair() local
265 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2745 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
2893 if (!MidIntPtrTy) in isEliminableCastPair()
2895 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h672 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4640 Type *MidIntPtrTy = in SimplifyCastInst() local
4645 SrcIntPtrTy, MidIntPtrTy, in SimplifyCastInst()