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

References

lib/Transforms/Scalar/SROA.cpp
 2337         ElementTy(VecTy ? VecTy->getElementType() : nullptr),
 2337         ElementTy(VecTy ? VecTy->getElementType() : nullptr),
 2338         ElementSize(VecTy ? DL.getTypeSizeInBits(ElementTy) / 8 : 0),
 2341     if (VecTy) {
 2346     assert((!IntTy && !VecTy) || (IntTy && !VecTy) || (!IntTy && VecTy));
 2346     assert((!IntTy && !VecTy) || (IntTy && !VecTy) || (!IntTy && VecTy));
 2346     assert((!IntTy && !VecTy) || (IntTy && !VecTy) || (!IntTy && VecTy));
 2377     if (VecTy || IntTy)
 2445     assert(VecTy && "Can only call getIndex when rewriting a vector");
 2508     if (VecTy) {
 2600     if (V->getType() != VecTy) {
 2605       assert(NumElements <= VecTy->getNumElements() && "Too many elements!");
 2675     if (VecTy)
 2781       if (VecTy || IntTy)
 2817     if (VecTy) {
 2825       assert(NumElements <= VecTy->getNumElements() && "Too many elements!");
 2922         !VecTy && !IntTy &&
 2999     unsigned BeginIndex = VecTy ? getIndex(NewBeginOffset) : 0;
 3000     unsigned EndIndex = VecTy ? getIndex(NewEndOffset) : 0;
 3008     if (VecTy && !IsWholeAlloca) {
 3010         OtherTy = VecTy->getElementType();
 3012         OtherTy = VectorType::get(VecTy->getElementType(), NumElements);
 3031     if (VecTy && !IsWholeAlloca && !IsDest) {
 3049     if (VecTy && !IsWholeAlloca && IsDest) {