Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp5127 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
5160 PreShifts.push_back(DAG.getConstant(PreShift, dl, ShSVT)); in BuildUDIV()
5180 PreShift = DAG.getBuildVector(ShVT, dl, PreShifts); in BuildUDIV()
5185 PreShift = PreShifts[0]; in BuildUDIV()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4833 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
4866 PreShifts.push_back(DAG.getConstant(PreShift, dl, ShSVT)); in BuildUDIV()
4886 PreShift = DAG.getBuildVector(ShVT, dl, PreShifts); in BuildUDIV()
4891 PreShift = PreShifts[0]; in BuildUDIV()