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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 1898   assert((STy->isIntegerTy() || STy->isFloatingPointTy()) &&
 1898   assert((STy->isIntegerTy() || STy->isFloatingPointTy()) &&
 1900   assert(Step->getType() == STy && "Step has wrong type");
 1904   if (STy->isIntegerTy()) {
 1907       Indices.push_back(ConstantInt::get(STy, StartIdx + i));
 1925     Indices.push_back(ConstantFP::get(STy, (double)(StartIdx + i)));