Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp245 Type *DstIntPtrTy = in isEliminableCastPair() local
249 DstIntPtrTy); in isEliminableCastPair()
253 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) || in isEliminableCastPair()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h688 Type *DstIntPtrTy ///< Integer type corresponding to Ptr DstTy, or null
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2525 Type *DstIntPtrTy) { in isEliminableCastPair() argument
2644 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4346 Type *DstIntPtrTy = in SimplifyCastInst() local
4350 DstIntPtrTy) == Instruction::BitCast) in SimplifyCastInst()