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

  /external/llvm/lib/IR/
AutoUpgrade.cpp     [all...]
Instructions.cpp     [all...]
DataLayout.cpp 608 assert(Ty->isPtrOrPtrVectorTy() &&
705 assert(Ty->isPtrOrPtrVectorTy() &&
Constants.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
Type.h 212 /// isPtrOrPtrVectorTy - Return true if this is a pointer type or a vector of
215 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); }
Instructions.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 245 SrcTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(SrcTy) : nullptr;
247 MidTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(MidTy) : nullptr;
249 DstTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(DstTy) : nullptr;
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 165 if (!Arg->getType()->isPtrOrPtrVectorTy())
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 58 !DestTy->isPtrOrPtrVectorTy()) // Don't get ones for ptr types!
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 228 milliseconds