Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12343 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in foldSextSetcc() local
12344 if (SVT == MatchingVecType) { in foldSextSetcc()
12345 SDValue VsetCC = DAG.getSetCC(DL, MatchingVecType, N00, N01, CC); in foldSextSetcc()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52992 EVT MatchingVecType = N00VT.changeVectorElementTypeToInteger(); in combineExtSetcc() local
52993 if (Size != MatchingVecType.getSizeInBits()) in combineExtSetcc()