Searched refs:ShSVT (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5021 EVT ShSVT = ShVT.getScalarType(); in BuildExactSDIV() local 5040 Shifts.push_back(DAG.getConstant(Shift, dl, ShSVT)); in BuildExactSDIV() 5100 EVT ShSVT = ShVT.getScalarType(); in BuildSDIV() local 5153 Shifts.push_back(DAG.getConstant(magics.s, dl, ShSVT)); in BuildSDIV() 5248 EVT ShSVT = ShVT.getScalarType(); in BuildUDIV() local 5304 PreShifts.push_back(DAG.getConstant(PreShift, dl, ShSVT)); in BuildUDIV() 5310 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV() 5471 EVT ShSVT = ShVT.getScalarType(); in prepareUREMEqFold() local 5546 assert(APInt::getAllOnesValue(ShSVT.getSizeInBits()).ugt(K) && in prepareUREMEqFold() 5561 DAG.getConstant(APInt(ShSVT.getSizeInBits(), K), DL, ShSVT)); in prepareUREMEqFold() [all …]
|