reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2424   SDValue SwitchOp = getValue(JTH.SValue);
 2427                             DAG.getConstant(JTH.First, dl, VT));
 2443   if (!JTH.OmitRangeCheck) {
 2450         Sub, DAG.getConstant(JTH.Last - JTH.First, dl, VT), ISD::SETUGT);
 2450         Sub, DAG.getConstant(JTH.Last - JTH.First, dl, VT), ISD::SETUGT);