Searched refs:SrcIntPtrTy (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 134 Type *SrcIntPtrTy = in isEliminableCastPair() local 141 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair() 147 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy)) in isEliminableCastPair()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3116 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument 3240 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair() 3242 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 717 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5302 Type *SrcIntPtrTy = in simplifyCastInst() local 5309 SrcIntPtrTy, MidIntPtrTy, in simplifyCastInst()
|