Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp629 EVT ElementVT = PartVT.getVectorElementType(); in widenVectorToPartType() local
634 SDValue EltUndef = DAG.getUNDEF(ElementVT); in widenVectorToPartType()
7184 EVT ElementVT = Index.getValueType(); in visitIntrinsicCall() local
7186 if (!TLI.shouldExpandGetActiveLaneMask(CCVT, ElementVT)) { in visitIntrinsicCall()
7192 auto VecTy = CCVT.changeVectorElementType(ElementVT); in visitIntrinsicCall()