Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44388 MVT MaskSrcVT; in combinePredicateReduction() local
44390 MaskSrcVT = MVT::getVectorVT(MVT::getFloatingPointVT(BitWidth), in combinePredicateReduction()
44393 MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8); in combinePredicateReduction()
44395 SDValue BitcastLogicOp = DAG.getBitcast(MaskSrcVT, Match); in combinePredicateReduction()
44397 NumElts = MaskSrcVT.getVectorNumElements(); in combinePredicateReduction()