Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp245 Type *SrcIntPtrTy = in isEliminableCastPair() local
252 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
258 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy)) in isEliminableCastPair()
/external/llvm/include/llvm/IR/
DInstrTypes.h639 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
/external/llvm/lib/IR/
DInstructions.cpp2080 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()