HomeSort by relevance Sort by last modified time
    Searched defs:VectorTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 288 /// VectorTy - This tracks the type that we should promote the vector to if
291 VectorType *VectorTy;
307 ScalarKind(Unknown), VectorTy(0), HadNonMemTransferAccess(false),
343 if (ScalarKind == Vector && VectorTy->getBitWidth() != AllocaSize * 8)
354 assert(VectorTy && "Missing type for vector scalar.");
356 << *VectorTy << '\n');
357 NewTy = VectorTy; // Use the vector type.
385 /// (VectorTy) so far at the offset specified by Offset (which is specified in
395 /// and stores would mutate the memory. We mark this by setting VectorTy
424 (!VectorTy || EltSize == VectorTy->getElementType(
    [all...]
ObjCARC.cpp 54 typedef std::vector<std::pair<KeyT, ValueT> > VectorTy;
55 VectorTy Vector;
58 typedef typename VectorTy::iterator iterator;
59 typedef typename VectorTy::const_iterator const_iterator;
73 for (typename VectorTy::const_iterator I = Vector.begin(),
    [all...]

Completed in 133 milliseconds