Searched refs:SrcIntPtrTy (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 258 Type *SrcIntPtrTy = in isEliminableCastPair() local 265 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair() 271 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy)) in isEliminableCastPair()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2731 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument 2851 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair() 2853 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 673 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4562 Type *SrcIntPtrTy = in SimplifyCastInst() local 4569 SrcIntPtrTy, MidIntPtrTy, in SimplifyCastInst()
|