Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2938 EVT OutElemTy = NOutVT.getVectorElementType(); in PromoteIntRes_CONCAT_VECTORS() local
2952 Ops[i] = DAG.getNode(ISD::ANY_EXTEND, dl, OutElemTy, Ext); in PromoteIntRes_CONCAT_VECTORS()
2960 Ops[i + NumElem0] = DAG.getNode(ISD::ANY_EXTEND, dl, OutElemTy, Ext); in PromoteIntRes_CONCAT_VECTORS()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp3318 EVT OutElemTy = NOutVT.getVectorElementType(); in PromoteIntRes_CONCAT_VECTORS() local
3334 Ops[i * NumElem + j] = DAG.getNode(ISD::ANY_EXTEND, dl, OutElemTy, Ext); in PromoteIntRes_CONCAT_VECTORS()