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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 2802   assert(Index->getType() == Step->getType() &&
 2835     assert(Index->getType() == StartValue->getType() &&
 2838       return B.CreateSub(StartValue, Index);
 2840         Index, Exp.expandCodeFor(Step, Index->getType(), &*B.GetInsertPoint()));
 2840         Index, Exp.expandCodeFor(Step, Index->getType(), &*B.GetInsertPoint()));
 2848         CreateMul(Index, Exp.expandCodeFor(Step, Index->getType(),
 2848         CreateMul(Index, Exp.expandCodeFor(Step, Index->getType(),
 2865     Value *MulExp = B.CreateFMul(StepValue, Index);