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

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
  590     Register CondRHS = getOrCreateVReg(*CB.CmpRHS);
  597     const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue();
  601       Register CondRHS = getOrCreateVReg(*CB.CmpRHS);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2201        Cases[0].CmpRHS == Cases[1].CmpRHS) ||
 2201        Cases[0].CmpRHS == Cases[1].CmpRHS) ||
 2202       (Cases[0].CmpRHS == Cases[1].CmpLHS &&
 2203        Cases[0].CmpLHS == Cases[1].CmpRHS)) {
 2209   if (Cases[0].CmpRHS == Cases[1].CmpRHS &&
 2209   if (Cases[0].CmpRHS == Cases[1].CmpRHS &&
 2211       isa<Constant>(Cases[0].CmpRHS) &&
 2212       cast<Constant>(Cases[0].CmpRHS)->isNullValue()) {
 2281           ExportFromCurrentBlock(SL->SwitchCases[i].CmpRHS);
 2334     if (CB.CmpRHS == ConstantInt::getTrue(*DAG.getContext()) &&
 2337     else if (CB.CmpRHS == ConstantInt::getFalse(*DAG.getContext()) &&
 2342       SDValue CondRHS = getValue(CB.CmpRHS);
 2357     const APInt& High = cast<ConstantInt>(CB.CmpRHS)->getValue();