reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2248 for (unsigned i = 0; i != VecTy->getNumElements(); ++i) 2248 for (unsigned i = 0; i != VecTy->getNumElements(); ++i) 2249 Mask.push_back(IRB.getInt1(i >= BeginIndex && i < EndIndex)); 2249 Mask.push_back(IRB.getInt1(i >= BeginIndex && i < EndIndex));