Searched refs:MidIntPtrTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 246 Type *MidIntPtrTy = in isEliminableCastPair() local 251 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 841 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2349 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument 2499 if (!MidIntPtrTy) in isEliminableCastPair() 2501 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
|