reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5023 softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS); 5023 softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS); 5027 if (!RHS.getNode()) { 5028 RHS = DAG.getConstant(0, dl, LHS.getValueType()); 5036 RHS = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f32, RHS); 5036 RHS = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f32, RHS); 5041 assert((LHS.getValueType() == RHS.getValueType()) && 5131 ConstantSDNode *RHSVal = dyn_cast<ConstantSDNode>(RHS); 5154 SDValue Cmp = getAArch64Cmp(LHS, RHS, CC, CCVal, DAG, dl); 5162 assert(LHS.getValueType() == RHS.getValueType()); 5164 SDValue Cmp = emitComparison(LHS, RHS, CC, dl, DAG); 5174 ConstantFPSDNode *RHSVal = dyn_cast<ConstantFPSDNode>(RHS);