reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/include/polly/CodeGen/BlockGenerators.h
  665   Type *getVectorPtrTy(const Value *V, int Width);

References

tools/polly/lib/CodeGen/BlockGenerators.cpp
 1054   Type *VectorPtrType = getVectorPtrTy(Pointer, VectorWidth);
 1083   Type *VectorPtrType = getVectorPtrTy(Pointer, 1);
 1203     Type *VectorPtrType = getVectorPtrTy(Pointer, getVectorWidth());
 1341     Type *VectorPtrType = getVectorPtrTy(Address, 1);