reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1548 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+4) || 1549 !isConstantOrUndef(N->getMaskElt(i+1), i*2+5) || 1550 !isConstantOrUndef(N->getMaskElt(i+2), i*2+6) || 1551 !isConstantOrUndef(N->getMaskElt(i+3), i*2+7)) 1557 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) || 1558 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1) || 1559 !isConstantOrUndef(N->getMaskElt(i+2), i*2+2) || 1560 !isConstantOrUndef(N->getMaskElt(i+3), i*2+3)) 1565 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) || 1566 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) || 1567 !isConstantOrUndef(N->getMaskElt(i+2), i*2+j+2) || 1568 !isConstantOrUndef(N->getMaskElt(i+3), i*2+j+3) || 1569 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) || 1570 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1) || 1571 !isConstantOrUndef(N->getMaskElt(i+10), i*2+j+2) || 1572 !isConstantOrUndef(N->getMaskElt(i+11), i*2+j+3))