Searched refs:ConvInput (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9337 SDValue ConvInput = V->getOperand(0); local
9338 if (ConvInput.getValueType().isVector() &&
9339 ConvInput.getValueType().getVectorNumElements() == NumElts)
9340 V = ConvInput.getNode();

Completed in 195 milliseconds