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 531 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() &&
551 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() &&
DataLayout.cpp 612 assert(Ty->isPtrOrPtrVectorTy() &&
709 assert(Ty->isPtrOrPtrVectorTy() &&
Instructions.cpp     [all...]
Constants.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
Type.h 219 /// isPtrOrPtrVectorTy - Return true if this is a pointer type or a vector of
222 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); }
Instructions.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 333 (SrcPTy->isPtrOrPtrVectorTy() ==
334 LI.getType()->isPtrOrPtrVectorTy()) &&
    [all...]
InstCombineCasts.cpp 250 Type *SrcIntPtrTy = DL && SrcTy->isPtrOrPtrVectorTy() ?
252 Type *MidIntPtrTy = DL && MidTy->isPtrOrPtrVectorTy() ?
254 Type *DstIntPtrTy = DL && DstTy->isPtrOrPtrVectorTy() ?
    [all...]
InstructionCombining.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 832 milliseconds