Searched refs:MidIntPtrTy (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 246 Type *MidIntPtrTy = in isEliminableCastPair() local 251 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 243 Type *MidIntPtrTy = in isEliminableCastPair() local 248 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 821 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 840 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 2246 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument 2390 if (!MidIntPtrTy) in isEliminableCastPair() 2392 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2424 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument 2574 if (!MidIntPtrTy) in isEliminableCastPair() 2576 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 4153 Type *MidIntPtrTy = in SimplifyCastInst() local 4158 SrcIntPtrTy, MidIntPtrTy, in SimplifyCastInst()
|