reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1518 for (unsigned i = 0; i != 8; i += 2) 1518 for (unsigned i = 0; i != 8; i += 2) 1519 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) || 1519 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) || 1520 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) || 1520 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) || 1521 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) || 1521 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) || 1522 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1)) 1522 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1))