Lines Matching defs:ShSVT
6155 EVT ShSVT = ShVT.getScalarType();
6170 Shifts.push_back(DAG.getConstant(Shift, dl, ShSVT));
6213 EVT ShSVT = ShVT.getScalarType();
6229 Shifts.push_back(DAG.getConstant(Shift, dl, ShSVT));
6339 EVT ShSVT = ShVT.getScalarType();
6392 Shifts.push_back(DAG.getConstant(magics.ShiftAmount, dl, ShSVT));
6507 EVT ShSVT = ShVT.getScalarType();
6553 PreShift = PostShift = DAG.getUNDEF(ShSVT);
6568 PreShift = DAG.getConstant(magics.PreShift, dl, ShSVT);
6569 PostShift = DAG.getConstant(magics.PostShift, dl, ShSVT);
6762 EVT ShSVT = ShVT.getScalarType();
6834 assert(APInt::getAllOnes(ShSVT.getSizeInBits()).ugt(K) &&
6835 "We are expecting that K is always less than all-ones for ShSVT");
6849 DAG.getConstant(APInt(ShSVT.getSizeInBits(), K, /*isSigned=*/false,
6851 DL, ShSVT));
6881 DAG.getConstant(0, DL, ShSVT));
7022 EVT ShSVT = ShVT.getScalarType();
7096 assert(APInt::getAllOnes(ShSVT.getSizeInBits()).ugt(K) &&
7097 "We are expecting that K is always less than all-ones for ShSVT");
7122 DAG.getConstant(APInt(ShSVT.getSizeInBits(), K, /*isSigned=*/false,
7124 DL, ShSVT));
7158 DAG.getConstant(0, DL, ShSVT));