Searched refs:getConstantSplatNode (Results 1 – 5 of 5) sorted by relevance
1160 CN = BV->getConstantSplatNode(&UndefElements); in isConstTrueVal()1190 CN = BV->getConstantSplatNode(&UndefElements); in isConstFalseVal()
6714 BuildVectorSDNode::getConstantSplatNode(BitVector *UndefElements) const { in getConstantSplatNode() function in BuildVectorSDNode
659 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements); in isConstOrConstSplat()
1599 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
9407 if (BVOp->getConstantSplatNode(&UndefElements) && UndefElements.none()) in LowerVECTOR_SHUFFLE()9410 if (BVOp->getConstantSplatNode(&UndefElements) && UndefElements.none()) in LowerVECTOR_SHUFFLE()15215 if (auto *ShiftConst = BVAmt->getConstantSplatNode()) { in LowerScalarImmediateShift()19540 if (auto *OpRHSConst = OpRHSBV->getConstantSplatNode()) { in PerformSELECTCombine()19542 if (auto *CondRHSConst = CondRHSBV->getConstantSplatNode()) in PerformSELECTCombine()20275 if (auto *N1SplatC = N1BV->getConstantSplatNode()) { in PerformSHLCombine()20302 if (auto *AmtSplat = AmtBV->getConstantSplatNode()) { in performShiftToAllZeros()20508 RHSConstSplat = RHSBV->getConstantSplatNode(); in WidenMaskArithmetic()20668 if (auto *AmtConst = AmtBV->getConstantSplatNode()) in PerformOrCombine()