Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp260 Type *MidIntPtrTy = in isEliminableCastPair() local
265 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2731 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
2875 if (!MidIntPtrTy) in isEliminableCastPair()
2877 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h674 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4564 Type *MidIntPtrTy = in SimplifyCastInst() local
4569 SrcIntPtrTy, MidIntPtrTy, in SimplifyCastInst()