Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp260 Type *SrcIntPtrTy = in isEliminableCastPair() local
267 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
273 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy)) in isEliminableCastPair()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp2962 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
3086 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
3088 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstrTypes.h670 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4862 Type *SrcIntPtrTy = in simplifyCastInst() local
4869 SrcIntPtrTy, MidIntPtrTy, in simplifyCastInst()