Searched refs:getConstantSplatNode (Results 1 – 5 of 5) sorted by relevance
1212 CN = BV->getConstantSplatNode(&UndefElements); in isConstTrueVal()1242 CN = BV->getConstantSplatNode(&UndefElements); in isConstFalseVal()
7257 BuildVectorSDNode::getConstantSplatNode(BitVector *UndefElements) const { in getConstantSplatNode() function in BuildVectorSDNode
794 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements); in isConstOrConstSplat()
1696 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
18350 if (auto *ShiftConst = BVAmt->getConstantSplatNode()) { in LowerScalarImmediateShift()19039 if (auto *RotateConst = BVAmt->getConstantSplatNode()) { in LowerRotate()24294 if (auto *OpRHSConst = OpRHSBV->getConstantSplatNode()) { in PerformSELECTCombine()24296 if (auto *CondRHSConst = CondRHSBV->getConstantSplatNode()) in PerformSELECTCombine()24997 if (auto *N1SplatC = N1BV->getConstantSplatNode()) { in PerformSHLCombine()25077 if (auto *AmtSplat = AmtBV->getConstantSplatNode()) { in performShiftToAllZeros()25288 RHSConstSplat = RHSBV->getConstantSplatNode(); in WidenMaskArithmetic()25577 if (auto *AmtConst = AmtBV->getConstantSplatNode()) in PerformOrCombine()