Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2745 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
2869 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
2871 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h671 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4638 Type *SrcIntPtrTy = in SimplifyCastInst() local
4645 SrcIntPtrTy, MidIntPtrTy, in SimplifyCastInst()