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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 3973         (VF == 1) ? PN->getType() : VectorType::get(PN->getType(), VF);
 3973         (VF == 1) ? PN->getType() : VectorType::get(PN->getType(), VF);
 3992           (VF == 1) ? PN->getType() : VectorType::get(PN->getType(), VF);
 3992           (VF == 1) ? PN->getType() : VectorType::get(PN->getType(), VF);
 4026     unsigned Lanes = Cost->isUniformAfterVectorization(P, VF) ? 1 : VF;
 4026     unsigned Lanes = Cost->isUniformAfterVectorization(P, VF) ? 1 : VF;
 4031         Constant *Idx = ConstantInt::get(PtrInd->getType(), Lane + Part * VF);