Home
last modified time | relevance | path

Searched refs:SrcIntPtrTy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp244 Type *SrcIntPtrTy = in isEliminableCastPair() local
251 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
257 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy)) in isEliminableCastPair()
/external/llvm/lib/IR/
DInstructions.cpp2349 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
2469 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
2471 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
/external/llvm/include/llvm/IR/
DInstrTypes.h840 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null