Home
last modified time | relevance | path

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

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