Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4665 EVT MatchingVectorType = N0VT.changeVectorElementTypeToInteger(); in visitSIGN_EXTEND() local
4666 if (SVT == MatchingVectorType) { in visitSIGN_EXTEND()
4667 SDValue VsetCC = DAG.getSetCC(SDLoc(N), MatchingVectorType, in visitSIGN_EXTEND()
4954 EVT MatchingVectorType = in visitZERO_EXTEND() local
4958 DAG.getSetCC(SDLoc(N), MatchingVectorType, N0.getOperand(0), in visitZERO_EXTEND()
5132 EVT MatchingVectorType = in visitANY_EXTEND() local
5136 DAG.getSetCC(SDLoc(N), MatchingVectorType, N0.getOperand(0), in visitANY_EXTEND()