Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Low

151     const ConstantInt *Low, *High;
159 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High,
163 C.Low = Low;
170 static CaseCluster jumpTable(const ConstantInt *Low,
175 C.Low = Low;
182 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High,
186 C.Low = Low;
323 /// Check whether the range [Low,High] fits in a machine word.
324 bool rangeFitsInWord(const APInt &Low, const APInt &High);
329 const APInt &Low, const APInt &High);