Home
last modified time | relevance | path

Searched refs:ShSVT (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3700 EVT ShSVT = ShVT.getScalarType(); in BuildExactSDIV() local
3719 Shifts.push_back(DAG.getConstant(Shift, dl, ShSVT)); in BuildExactSDIV()
3772 EVT ShSVT = ShVT.getScalarType(); in BuildSDIV() local
3811 Shifts.push_back(DAG.getConstant(magics.s, dl, ShSVT)); in BuildSDIV()
3881 EVT ShSVT = ShVT.getScalarType(); in BuildUDIV() local
3923 PreShifts.push_back(DAG.getConstant(PreShift, dl, ShSVT)); in BuildUDIV()
3929 PostShifts.push_back(DAG.getConstant(PostShift, dl, ShSVT)); in BuildUDIV()