Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp275 Type *MidIntPtrTy = in isEliminableCastPair() local
280 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3131 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
3281 if (!MidIntPtrTy) in isEliminableCastPair()
3283 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h670 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5075 Type *MidIntPtrTy = in simplifyCastInst() local
5080 SrcIntPtrTy, MidIntPtrTy, in simplifyCastInst()