Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp273 Type *SrcIntPtrTy = in isEliminableCastPair() local
280 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
286 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy)) in isEliminableCastPair()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3131 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
3255 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
3257 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h669 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5073 Type *SrcIntPtrTy = in simplifyCastInst() local
5080 SrcIntPtrTy, MidIntPtrTy, in simplifyCastInst()