Searched refs:SrcIntPtrTy (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 244 Type *SrcIntPtrTy = in isEliminableCastPair() local 251 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair() 257 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy)) in isEliminableCastPair()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 241 Type *SrcIntPtrTy = in isEliminableCastPair() local 248 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair() 254 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy)) in isEliminableCastPair()
|
/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 2366 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair() 2368 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2424 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument 2544 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair() 2546 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 820 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 839 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 4151 Type *SrcIntPtrTy = in SimplifyCastInst() local 4158 SrcIntPtrTy, MidIntPtrTy, in SimplifyCastInst()
|