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.cpp2424 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
2544 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
2546 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
/external/llvm/include/llvm/IR/
DInstrTypes.h820 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null