Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp662 SDValue convertBuildVecZextToBuildVecWithZeros(SDNode *N);
23269 SDValue DAGCombiner::convertBuildVecZextToBuildVecWithZeros(SDNode *N) { in convertBuildVecZextToBuildVecWithZeros() function in DAGCombiner
23448 if (SDValue V = convertBuildVecZextToBuildVecWithZeros(N)) in visitBUILD_VECTOR()