Lines Matching defs:isConstantOrUndef

1874 /// isConstantOrUndef - Op is either an undef node or a ConstantSDNode.  Return
1876 static bool isConstantOrUndef(int Op, int Val) {
1893 if (!isConstantOrUndef(N->getMaskElt(i), i*2+1))
1899 if (!isConstantOrUndef(N->getMaskElt(i), i*2))
1904 if (!isConstantOrUndef(N->getMaskElt(i), i*2+j) ||
1905 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j))
1924 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+2) ||
1925 !isConstantOrUndef(N->getMaskElt(i+1), i*2+3))
1931 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) ||
1932 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1))
1937 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) ||
1938 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) ||
1939 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) ||
1940 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1))
1965 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+4) ||
1966 !isConstantOrUndef(N->getMaskElt(i+1), i*2+5) ||
1967 !isConstantOrUndef(N->getMaskElt(i+2), i*2+6) ||
1968 !isConstantOrUndef(N->getMaskElt(i+3), i*2+7))
1974 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) ||
1975 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1) ||
1976 !isConstantOrUndef(N->getMaskElt(i+2), i*2+2) ||
1977 !isConstantOrUndef(N->getMaskElt(i+3), i*2+3))
1982 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) ||
1983 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) ||
1984 !isConstantOrUndef(N->getMaskElt(i+2), i*2+j+2) ||
1985 !isConstantOrUndef(N->getMaskElt(i+3), i*2+j+3) ||
1986 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) ||
1987 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1) ||
1988 !isConstantOrUndef(N->getMaskElt(i+10), i*2+j+2) ||
1989 !isConstantOrUndef(N->getMaskElt(i+11), i*2+j+3))
2006 if (!isConstantOrUndef(N->getMaskElt(i*UnitSize*2+j),
2008 !isConstantOrUndef(N->getMaskElt(i*UnitSize*2+UnitSize+j),
2114 if (!isConstantOrUndef(N->getMaskElt(i*4+j),
2116 !isConstantOrUndef(N->getMaskElt(i*4+j+8),
2190 if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
2195 if (!isConstantOrUndef(SVOp->getMaskElt(i), (ShiftAmt+i) & 15))