Searched refs:MidIntPtrTy (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 243 Type *MidIntPtrTy = in isEliminableCastPair() local 248 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2358 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument 2502 if (!MidIntPtrTy) in isEliminableCastPair() 2504 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 601 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4341 Type *MidIntPtrTy = in SimplifyCastInst() local 4346 SrcIntPtrTy, MidIntPtrTy, in SimplifyCastInst()
|