HomeSort by relevance Sort by last modified time
    Searched refs:DstIntPtrTy (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 251 Type *DstIntPtrTy = TD && DstTy->isPtrOrPtrVectorTy() ?
255 DstIntPtrTy);
259 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) ||
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 593 Type *DstIntPtrTy ///< Integer type corresponding to Ptr DstTy, or null
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 253 milliseconds