Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10934 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in visitSIGN_EXTEND() local
10935 if (SVT == MatchingVecType) { in visitSIGN_EXTEND()
10936 SDValue VsetCC = DAG.getSetCC(DL, MatchingVecType, N00, N01, CC); in visitSIGN_EXTEND()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47965 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc() local
47966 if (Size != MatchingVecType.getSizeInBits()) in combineExtSetcc()