Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/IR/
HDInstrTypes.h598 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineCasts.cpp249 Type *MidIntPtrTy = TD && MidTy->isPtrOrPtrVectorTy() ? in isEliminableCastPair() local
254 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
/trueos/contrib/llvm/lib/IR/
HDInstructions.cpp2127 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
2275 if (!MidIntPtrTy) in isEliminableCastPair()
2277 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()