Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp646 EVT ValueEVT = ValueVT.getVectorElementType(); in widenVectorToPartType() local
658 if (ValueEVT == MVT::bf16 && PartEVT == MVT::f16) { in widenVectorToPartType()
663 } else if (PartEVT != ValueEVT) { in widenVectorToPartType()