Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1483 EVT OperVT = Oper.getValueType(); in UnrollStrictFPOp() local
1485 if (OperVT.isVector()) in UnrollStrictFPOp()
1487 OperVT.getVectorElementType(), Oper, Idx); in UnrollStrictFPOp()
H A DLegalizeVectorTypes.cpp3423 EVT OperVT[] = {VT, MVT::Other}; in WidenVecRes_StrictFP() local
3424 SDValue Oper = DAG.getNode(Opcode, dl, OperVT, EOps); in WidenVecRes_StrictFP()