Searched defs:SrcIntPtrTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp250 Type *SrcIntPtrTy = DL && SrcTy->isPtrOrPtrVectorTy() ? local
257 DstTy, SrcIntPtrTy, MidIntPtrTy,
263 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy))
/external/llvm/lib/IR/
H A DInstructions.cpp2158 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy,
2276 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy)
2278 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits();
2156 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) argument

Completed in 126 milliseconds