Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp258 Type *SrcIntPtrTy = in isEliminableCastPair() local
265 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
271 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy)) in isEliminableCastPair()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2731 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
2851 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
2853 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h673 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4562 Type *SrcIntPtrTy = in SimplifyCastInst() local
4569 SrcIntPtrTy, MidIntPtrTy, in SimplifyCastInst()