Searched refs:MidIntPtrTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 592 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 249 Type *MidIntPtrTy = TD && MidTy->isPtrOrPtrVectorTy() ? in isEliminableCastPair() local 254 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2125 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument 2270 if (!MidIntPtrTy) in isEliminableCastPair() 2272 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
|