Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23249 EVT MatchVT = Match.getValueType(); in MatchVectorAllEqualTest() local
23251 CmpNull ? DAG.getConstant(0, DL, MatchVT) in MatchVectorAllEqualTest()
23252 : DAG.getAllOnesConstant(DL, MatchVT), in MatchVectorAllEqualTest()
46209 EVT MatchVT = Match.getValueType(); in combinePredicateReduction() local
46210 unsigned NumElts = MatchVT.getVectorNumElements(); in combinePredicateReduction()
46235 if (TLI.isTypeLegal(MatchVT)) { in combinePredicateReduction()