Home
last modified time | relevance | path

Searched refs:SrcIntPtrTy (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.cpp241 Type *SrcIntPtrTy = in isEliminableCastPair() local
248 DstTy, SrcIntPtrTy, MidIntPtrTy, in isEliminableCastPair()
254 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy)) in isEliminableCastPair()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2524 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() argument
2644 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
2646 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); in isEliminableCastPair()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h686 Type *SrcIntPtrTy, ///< Integer type corresponding to Ptr SrcTy, or null
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4342 Type *SrcIntPtrTy = in SimplifyCastInst() local
4349 SrcIntPtrTy, MidIntPtrTy, in SimplifyCastInst()