HomeSort by: relevance | last modified time | path
    Searched refs:DstIntPtrTy (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 262 Type *DstIntPtrTy =
266 DstIntPtrTy);
270 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) ||
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h 675 Type *DstIntPtrTy ///< Integer type corresponding to Ptr DstTy, or null
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 2732 Type *DstIntPtrTy) {
2851 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy)
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 4566 Type *DstIntPtrTy =
4570 DstIntPtrTy) == Instruction::BitCast)

Completed in 79 milliseconds