Searched refs:MaskConst (Results 1 – 3 of 3) sorted by relevance
2110 SmallVector<Constant *, 16> MaskConst; in convertShuffleMaskForBitcode() local2113 MaskConst.push_back(UndefValue::get(Int32Ty)); in convertShuffleMaskForBitcode()2115 MaskConst.push_back(ConstantInt::get(Int32Ty, Elem)); in convertShuffleMaskForBitcode()2117 return ConstantVector::get(MaskConst); in convertShuffleMaskForBitcode()
12759 SDValue MaskConst = DAG.getNode(ISD::BITCAST, DL, IntVT, SourceConst); in performVectorCompareAndMaskUnaryOpCombine() local12761 N->getOperand(0)->getOperand(0), MaskConst); in performVectorCompareAndMaskUnaryOpCombine()
25113 if (auto *MaskConst = dyn_cast<ConstantSDNode>(Mask)) in getScalarMaskingNode() local25114 if (MaskConst->getZExtValue() & 0x1) in getScalarMaskingNode()49073 SDValue MaskConst = DAG.getBitcast(IntVT, SourceConst); in combineVectorCompareAndMaskUnaryOp() local49075 MaskConst); in combineVectorCompareAndMaskUnaryOp()