Searched refs:MidIntPtrTy (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 2761 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument 2905 if (!MidIntPtrTy) in isEliminableCastPair() 2907 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 136 Type *MidIntPtrTy = in isEliminableCastPair() local 141 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 689 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5336 Type *MidIntPtrTy = in simplifyCastInst() local 5341 SrcIntPtrTy, MidIntPtrTy, in simplifyCastInst()
|