Searched refs:SrcIntPtrTy (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 273 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 D | Instructions.cpp | 3131 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 D | InstrTypes.h | 669 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5073 Type *SrcIntPtrTy = in simplifyCastInst() local 5080 SrcIntPtrTy, MidIntPtrTy, in simplifyCastInst()
|