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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 3966   PHINode *P = cast<PHINode>(PN);
 3973         (VF == 1) ? PN->getType() : VectorType::get(PN->getType(), VF);
 3973         (VF == 1) ? PN->getType() : VectorType::get(PN->getType(), VF);
 3974     Value *VecPhi = Builder.CreatePHI(VecTy, PN->getNumOperands(), "vec.phi");
 3981   assert(PN->getParent() == OrigLoop->getHeader() &&
 3992           (VF == 1) ? PN->getType() : VectorType::get(PN->getType(), VF);
 3992           (VF == 1) ? PN->getType() : VectorType::get(PN->getType(), VF);