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() &&
 2840         Index, Exp.expandCodeFor(Step, Index->getType(), &*B.GetInsertPoint()));
 2844     assert(isa<SCEVConstant>(Step) &&
 2848         CreateMul(Index, Exp.expandCodeFor(Step, Index->getType(),
 2852     assert(Step->getType()->isFloatingPointTy() && "Expected FP Step value");
 2859     Value *StepValue = cast<SCEVUnknown>(Step)->getValue();