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

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

Completed in 353 milliseconds