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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 2987       createInductionVariable(Lp, StartIdx, CountRoundDown, Step,
 3014       EndValue = CountRoundDown;
 3019         CastInst::getCastOpcode(CountRoundDown, true, StepType, true);
 3020       Value *CRD = B.CreateCast(CastOp, CountRoundDown, StepType, "cast.crd");
 3055                         CountRoundDown, "cmp.n", MiddleBlock->getTerminator());