reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
743 for (unsigned i = 0, e = V1->getType()->getVectorNumElements(); i != e;++i){ 743 for (unsigned i = 0, e = V1->getType()->getVectorNumElements(); i != e;++i){ 746 ConstantInt::get(Ty, i)); 748 ConstantInt::get(Ty, i)); 749 auto *Cond = cast<Constant>(CondV->getOperand(i));