Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UndefElements

1217     BitVector UndefElements;
1218 CN = BV->getConstantSplatNode(&UndefElements);
1221 if (!CN || UndefElements.none())
1247 BitVector UndefElements;
1248 CN = BV->getConstantSplatNode(&UndefElements);
1251 if (!CN || UndefElements.none())