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

  /external/llvm/include/llvm/IR/
Type.h 220 /// isPtrOrPtrVectorTy - Return true if this is a pointer type or a vector of
223 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 247 Type *SrcIntPtrTy = TD && SrcTy->isPtrOrPtrVectorTy() ?
249 Type *MidIntPtrTy = TD && MidTy->isPtrOrPtrVectorTy() ?
251 Type *DstIntPtrTy = TD && DstTy->isPtrOrPtrVectorTy() ?
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 656 assert(Ty->isPtrOrPtrVectorTy() &&
Constants.cpp     [all...]
Instructions.cpp     [all...]

Completed in 127 milliseconds