Searched refs:widenVectorToPartType (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 643 static SDValue widenVectorToPartType(SelectionDAG &DAG, SDValue Val, in widenVectorToPartType() function 706 } else if (SDValue Widened = widenVectorToPartType(DAG, Val, DL, PartVT)) { in getCopyToPartsVector() 725 SDValue Widened = widenVectorToPartType(DAG, Val, DL, WidenVT); in getCopyToPartsVector() 806 if (SDValue Widened = widenVectorToPartType(DAG, Val, DL, BuiltVectorTy)) { in getCopyToPartsVector()
|