Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp641 EVT ElementVT = PartVT.getVectorElementType(); in widenVectorToPartType() local
646 SDValue EltUndef = DAG.getUNDEF(ElementVT); in widenVectorToPartType()
7268 EVT ElementVT = Index.getValueType(); in visitIntrinsicCall() local
7270 if (!TLI.shouldExpandGetActiveLaneMask(CCVT, ElementVT)) { in visitIntrinsicCall()
7276 auto VecTy = CCVT.changeVectorElementType(ElementVT); in visitIntrinsicCall()