Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8757 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in visitSIGN_EXTEND() local
8758 if (SVT == MatchingVecType) { in visitSIGN_EXTEND()
8759 SDValue VsetCC = DAG.getSetCC(DL, MatchingVecType, N00, N01, CC); in visitSIGN_EXTEND()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39496 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc() local
39497 if (Size != MatchingVecType.getSizeInBits()) in combineExtSetcc()