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

References

lib/Target/ARM/ARMISelLowering.cpp
 5219         DAG, LHS.getValueType(), LHS, RHS, CC, dl, LHS, RHS);
 5219         DAG, LHS.getValueType(), LHS, RHS, CC, dl, LHS, RHS);
 5223     if (!RHS.getNode()) {
 5224       RHS = DAG.getConstant(0, dl, LHS.getValueType());
 5234   if (LHS.getResNo() == 1 && (isOneConstant(RHS) || isNullConstant(RHS)) &&
 5234   if (LHS.getResNo() == 1 && (isOneConstant(RHS) || isNullConstant(RHS)) &&
 5247     if ((CC == ISD::SETNE) != isOneConstant(RHS)) {
 5262     SDValue Cmp = getARMCmp(LHS, RHS, CC, ARMcc, DAG, dl);
 5279   SDValue Cmp = getVFPCmp(LHS, RHS, DAG, dl);