Searched refs:SrcIntPtrTy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 245 Type *SrcIntPtrTy = in isEliminableCastPair() local 252 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair() 258 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy)) in isEliminableCastPair()
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 639 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2080 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument 2198 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair() 2200 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
|