Home
last modified time | relevance | path

Searched refs:CurrOper (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2774 SDValue CurrOper = Op.getOperand(I); in emitIntrinsicWithCC() local
2775 if (CurrOper.getValueType() == MVT::f16) { in emitIntrinsicWithCC()
2778 CurrOper = DAG.getFPExtendOrRound(CurrOper, DL, MVT::f32); in emitIntrinsicWithCC()
2780 Ops.push_back(CurrOper); in emitIntrinsicWithCC()