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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 1676   assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) &&
 1676   assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) &&
 1683   if (isa<TruncInst>(EntryVal)) {
 1686     auto *TruncType = cast<IntegerType>(EntryVal->getType());
 1725   VecInd->setDebugLoc(EntryVal->getDebugLoc());
 1728     VectorLoopValueMap.setVectorValue(EntryVal, Part, LastInduction);
 1730     if (isa<TruncInst>(EntryVal))
 1731       addMetadata(LastInduction, EntryVal);
 1732     recordVectorLoopValueForInductionCast(II, EntryVal, LastInduction, Part);
 1736     LastInduction->setDebugLoc(EntryVal->getDebugLoc());