reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1547 for (unsigned i = 0; i != 16; i += 4) 1547 for (unsigned i = 0; i != 16; i += 4) 1548 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+4) || 1548 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+4) || 1549 !isConstantOrUndef(N->getMaskElt(i+1), i*2+5) || 1549 !isConstantOrUndef(N->getMaskElt(i+1), i*2+5) || 1550 !isConstantOrUndef(N->getMaskElt(i+2), i*2+6) || 1550 !isConstantOrUndef(N->getMaskElt(i+2), i*2+6) || 1551 !isConstantOrUndef(N->getMaskElt(i+3), i*2+7)) 1551 !isConstantOrUndef(N->getMaskElt(i+3), i*2+7))