reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1564 for (unsigned i = 0; i != 8; i += 4) 1564 for (unsigned i = 0; i != 8; i += 4) 1565 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) || 1565 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) || 1566 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) || 1566 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) || 1567 !isConstantOrUndef(N->getMaskElt(i+2), i*2+j+2) || 1567 !isConstantOrUndef(N->getMaskElt(i+2), i*2+j+2) || 1568 !isConstantOrUndef(N->getMaskElt(i+3), i*2+j+3) || 1568 !isConstantOrUndef(N->getMaskElt(i+3), i*2+j+3) || 1569 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) || 1569 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) || 1570 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1) || 1570 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1) || 1571 !isConstantOrUndef(N->getMaskElt(i+10), i*2+j+2) || 1571 !isConstantOrUndef(N->getMaskElt(i+10), i*2+j+2) || 1572 !isConstantOrUndef(N->getMaskElt(i+11), i*2+j+3)) 1572 !isConstantOrUndef(N->getMaskElt(i+11), i*2+j+3))