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

References

lib/Target/ARM/ARMISelLowering.cpp
 4184   if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) {
 4194           RHS = DAG.getConstant(C - 1, dl, MVT::i32);
 4201           RHS = DAG.getConstant(C - 1, dl, MVT::i32);
 4208           RHS = DAG.getConstant(C + 1, dl, MVT::i32);
 4215           RHS = DAG.getConstant(C + 1, dl, MVT::i32);
 4221              (ARM_AM::getShiftOpcForNode(RHS.getOpcode()) == ARM_AM::no_shift)) {
 4225     std::swap(LHS, RHS);
 4251       LHS.getValueType() == MVT::i32 && isa<ConstantSDNode>(RHS) &&
 4254     auto *RHSC = cast<ConstantSDNode>(RHS.getNode());
 4261         RHS = DAG.getConstant(RHSV << ShiftBits, dl, MVT::i32);
 4273       isa<ConstantSDNode>(RHS) &&
 4274       cast<ConstantSDNode>(RHS)->getZExtValue() == 0x80000000U &&
 4294   if (isNullConstant(RHS)) {
 4318   return DAG.getNode(CompareType, dl, MVT::Glue, LHS, RHS);