Searched refs:MaskConst (Results 1 – 3 of 3) sorted by relevance
2096 SmallVector<Constant *, 16> MaskConst; in convertShuffleMaskForBitcode() local2099 MaskConst.push_back(UndefValue::get(Int32Ty)); in convertShuffleMaskForBitcode()2101 MaskConst.push_back(ConstantInt::get(Int32Ty, Elem)); in convertShuffleMaskForBitcode()2103 return ConstantVector::get(MaskConst); in convertShuffleMaskForBitcode()
12344 SDValue MaskConst = DAG.getNode(ISD::BITCAST, DL, IntVT, SourceConst); in performVectorCompareAndMaskUnaryOpCombine() local12346 N->getOperand(0)->getOperand(0), MaskConst); in performVectorCompareAndMaskUnaryOpCombine()
24945 if (auto *MaskConst = dyn_cast<ConstantSDNode>(Mask)) in getScalarMaskingNode() local24946 if (MaskConst->getZExtValue() & 0x1) in getScalarMaskingNode()48753 SDValue MaskConst = DAG.getBitcast(IntVT, SourceConst); in combineVectorCompareAndMaskUnaryOp() local48755 MaskConst); in combineVectorCompareAndMaskUnaryOp()