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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 1643   return DAG.getNode(Opcode, dl, DAG.getVTList(VT, MVT_CC), LHS, RHS)
 1727   SDValue Condition = DAG.getConstant(Predicate, DL, MVT_CC);
 1731   return DAG.getNode(Opcode, DL, MVT_CC, LHS, RHS, NZCVOp, Condition, CCOp);
 2097   AArch64cc = DAG.getConstant(AArch64CC, dl, MVT_CC);