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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 4695     softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS);
 4695     softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS);
 4699     if (!RHS.getNode()) {
 4700       RHS = DAG.getConstant(0, dl, LHS.getValueType());
 4707   if (isOverflowIntrOpRes(LHS) && isOneConstant(RHS) &&
 4727     assert((LHS.getValueType() == RHS.getValueType()) &&
 4732     const ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS);
 4786     SDValue Cmp = getAArch64Cmp(LHS, RHS, CC, CCVal, DAG, dl);
 4796   SDValue Cmp = emitComparison(LHS, RHS, CC, dl, DAG);