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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8638 SDValue ConvInput = V->getOperand(0); local
8639 if (ConvInput.getValueType().isVector() &&
8640 ConvInput.getValueType().getVectorNumElements() == NumElts)
8641 V = ConvInput.getNode();

Completed in 184 milliseconds