Lines Matching defs:ShSVT
6104 EVT ShSVT = ShVT.getScalarType();
6119 Shifts.push_back(DAG.getConstant(Shift, dl, ShSVT));
6164 EVT ShSVT = ShVT.getScalarType();
6180 Shifts.push_back(DAG.getConstant(Shift, dl, ShSVT));
6293 EVT ShSVT = ShVT.getScalarType();
6346 Shifts.push_back(DAG.getConstant(magics.ShiftAmount, dl, ShSVT));
6455 EVT ShSVT = ShVT.getScalarType();
6501 PreShift = PostShift = DAG.getUNDEF(ShSVT);
6516 PreShift = DAG.getConstant(magics.PreShift, dl, ShSVT);
6517 PostShift = DAG.getConstant(magics.PostShift, dl, ShSVT);
6705 EVT ShSVT = ShVT.getScalarType();
6777 assert(APInt::getAllOnes(ShSVT.getSizeInBits()).ugt(K) &&
6778 "We are expecting that K is always less than all-ones for ShSVT");
6792 DAG.getConstant(APInt(ShSVT.getSizeInBits(), K), DL, ShSVT));
6822 DAG.getConstant(0, DL, ShSVT));
6963 EVT ShSVT = ShVT.getScalarType();
7037 assert(APInt::getAllOnes(ShSVT.getSizeInBits()).ugt(K) &&
7038 "We are expecting that K is always less than all-ones for ShSVT");
7063 DAG.getConstant(APInt(ShSVT.getSizeInBits(), K), DL, ShSVT));
7097 DAG.getConstant(0, DL, ShSVT));