Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6140 EVT MatchingVectorType = N0VT.changeVectorElementTypeToInteger(); in visitSIGN_EXTEND() local
6141 if (SVT == MatchingVectorType) { in visitSIGN_EXTEND()
6142 SDValue VsetCC = DAG.getSetCC(SDLoc(N), MatchingVectorType, in visitSIGN_EXTEND()
6471 EVT MatchingVectorType = in visitZERO_EXTEND() local
6475 DAG.getSetCC(DL, MatchingVectorType, N0.getOperand(0), in visitZERO_EXTEND()
6653 EVT MatchingVectorType = N0VT.changeVectorElementTypeToInteger(); in visitANY_EXTEND() local
6655 DAG.getSetCC(SDLoc(N), MatchingVectorType, N0.getOperand(0), in visitANY_EXTEND()