reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
262 assert(V->getType()->isVectorTy() && "Not looking at a vector?"); 263 VectorType *VTy = cast<VectorType>(V->getType()); 268 if (Constant *C = dyn_cast<Constant>(V)) 271 if (InsertElementInst *III = dyn_cast<InsertElementInst>(V)) { 287 if (ShuffleVectorInst *SVI = dyn_cast<ShuffleVectorInst>(V)) { 300 if (match(V, m_Add(m_Value(Val), m_Constant(C))))