Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1489 EVT OperVT = Oper.getValueType(); in UnrollStrictFPOp() local
1491 if (OperVT.isVector()) in UnrollStrictFPOp()
1493 OperVT.getVectorElementType(), Oper, Idx); in UnrollStrictFPOp()
H A DLegalizeVectorTypes.cpp3428 EVT OperVT[] = {VT, MVT::Other}; in WidenVecRes_StrictFP() local
3429 SDValue Oper = DAG.getNode(Opcode, dl, OperVT, EOps); in WidenVecRes_StrictFP()