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

References

lib/Target/RISCV/RISCVISelLowering.cpp
  626   if (Op.getSimpleValueType() == XLenVT && CondV.getOpcode() == ISD::SETCC &&
  627       CondV.getOperand(0).getSimpleValueType() == XLenVT) {
  628     SDValue LHS = CondV.getOperand(0);
  629     SDValue RHS = CondV.getOperand(1);
  630     auto CC = cast<CondCodeSDNode>(CondV.getOperand(2));
  648   SDValue Ops[] = {CondV, Zero, SetNE, TrueV, FalseV};