Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4946 SmallVector<Register, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in buildUDivUsingMul() local
4983 PostShifts.push_back( in buildUDivUsingMul()
5000 PostShift = MIB.buildBuildVector(ShiftAmtTy, PostShifts).getReg(0); in buildUDivUsingMul()
5006 PostShift = PostShifts[0]; in buildUDivUsingMul()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6051 SmallVector<SDValue, 16> PreShifts, PostShifts, MagicFactors, NPQFactors; in BuildUDIV() local
6091 PostShifts.push_back(PostShift); in BuildUDIV()
6104 PostShift = DAG.getBuildVector(ShVT, dl, PostShifts); in BuildUDIV()
6107 NPQFactors.size() == 1 && PostShifts.size() == 1 && in BuildUDIV()
6112 PostShift = DAG.getSplatVector(ShVT, dl, PostShifts[0]); in BuildUDIV()
6117 PostShift = PostShifts[0]; in BuildUDIV()