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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4433 SDValue VsetCC = DAG.getSetCC(N->getDebugLoc(), MatchingVectorType, local
4436 return DAG.getSExtOrTrunc(VsetCC, N->getDebugLoc(), VT);
4728 SDValue VsetCC = local
4733 DAG.getSExtOrTrunc(VsetCC, N->getDebugLoc(), VT),
4910 SDValue VsetCC = local
4914 return DAG.getSExtOrTrunc(VsetCC, N->getDebugLoc(), VT);

Completed in 228 milliseconds