reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1556 for (unsigned i = 0; i != 16; i += 4) 1556 for (unsigned i = 0; i != 16; i += 4) 1557 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) || 1557 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) || 1558 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1) || 1558 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1) || 1559 !isConstantOrUndef(N->getMaskElt(i+2), i*2+2) || 1559 !isConstantOrUndef(N->getMaskElt(i+2), i*2+2) || 1560 !isConstantOrUndef(N->getMaskElt(i+3), i*2+3)) 1560 !isConstantOrUndef(N->getMaskElt(i+3), i*2+3))