Searched refs:MaskConst (Results 1 – 3 of 3) sorted by relevance
2167 SmallVector<Constant *, 16> MaskConst; in convertShuffleMaskForBitcode() local2170 MaskConst.push_back(UndefValue::get(Int32Ty)); in convertShuffleMaskForBitcode()2172 MaskConst.push_back(ConstantInt::get(Int32Ty, Elem)); in convertShuffleMaskForBitcode()2174 return ConstantVector::get(MaskConst); in convertShuffleMaskForBitcode()
14405 SDValue MaskConst = DAG.getNode(ISD::BITCAST, DL, IntVT, SourceConst); in performVectorCompareAndMaskUnaryOpCombine() local14407 N->getOperand(0)->getOperand(0), MaskConst); in performVectorCompareAndMaskUnaryOpCombine()
26385 if (auto *MaskConst = dyn_cast<ConstantSDNode>(Mask)) in getScalarMaskingNode() local26386 if (MaskConst->getZExtValue() & 0x1) in getScalarMaskingNode()52565 SDValue MaskConst = DAG.getBitcast(IntVT, SourceConst); in combineVectorCompareAndMaskUnaryOp() local52567 MaskConst); in combineVectorCompareAndMaskUnaryOp()