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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 1973   if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) {
 1974     EVT VT = RHS.getValueType();
 1989           RHS = DAG.getConstant(C, dl, VT);
 1999           RHS = DAG.getConstant(C, dl, VT);
 2010           RHS = DAG.getConstant(C, dl, VT);
 2021           RHS = DAG.getConstant(C, dl, VT);
 2038   if (!isa<ConstantSDNode>(RHS) ||
 2039       !isLegalArithImmed(cast<ConstantSDNode>(RHS)->getZExtValue())) {
 2042     if (getCmpOperandFoldingProfit(TheLHS) > getCmpOperandFoldingProfit(RHS)) {
 2043       std::swap(LHS, RHS);
 2050   if ((CC == ISD::SETEQ || CC == ISD::SETNE) && isa<ConstantSDNode>(RHS)) {
 2051     const ConstantSDNode *RHSC = cast<ConstantSDNode>(RHS);
 2073       int16_t ValueofRHS = cast<ConstantSDNode>(RHS)->getZExtValue();
 2079                                                    RHS.getValueType()),
 2094     Cmp = emitComparison(LHS, RHS, CC, dl, DAG);