Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40353 EVT MatchVT = Match.getValueType(); in combinePredicateReduction() local
40354 unsigned NumElts = MatchVT.getVectorNumElements(); in combinePredicateReduction()
40362 if (TLI.isTypeLegal(MatchVT)) { in combinePredicateReduction()
40379 MatchVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, NumElts); in combinePredicateReduction()
40381 DL, MatchVT, DAG.getBitcast(CmpVT, Match.getOperand(0)), in combinePredicateReduction()