Searched refs:SrcIntPtrTy (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 260 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 D | Instructions.cpp | 2962 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 D | InstrTypes.h | 670 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4862 Type *SrcIntPtrTy = in simplifyCastInst() local 4869 SrcIntPtrTy, MidIntPtrTy, in simplifyCastInst()
|