Searched refs:CurrOper (Results 1 – 1 of 1) sorted by relevance
2774 SDValue CurrOper = Op.getOperand(I); in emitIntrinsicWithCC() local2775 if (CurrOper.getValueType() == MVT::f16) { in emitIntrinsicWithCC()2778 CurrOper = DAG.getFPExtendOrRound(CurrOper, DL, MVT::f32); in emitIntrinsicWithCC()2780 Ops.push_back(CurrOper); in emitIntrinsicWithCC()