Searched refs:getSplatValue (Results 1 – 18 of 18) sorted by relevance
120 Constant *getSplatValue() const;
170 if (auto *CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue())) { in match()210 if (const auto *CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue())) in match()229 if (auto *CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue())) in match()335 if (auto *CFP = dyn_cast_or_null<ConstantFP>(C->getSplatValue())) in match()372 CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue()); in match()
495 Constant *getSplatValue() const;782 Constant *getSplatValue() const;
52 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue())) in isNegativeZeroValue()99 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue()104 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue()121 if (Constant *Splat = CV->getSplatValue()) in isOneValue()126 if (Constant *Splat = CV->getSplatValue()) in isOneValue()143 if (Constant *Splat = CV->getSplatValue()) in isMinSignedValue()148 if (Constant *Splat = CV->getSplatValue()) in isMinSignedValue()165 if (Constant *Splat = CV->getSplatValue()) in isNotMinSignedValue()170 if (Constant *Splat = CV->getSplatValue()) in isNotMinSignedValue()1418 Constant *Constant::getSplatValue() const { in getSplatValue() function in Constant[all …]
660 C = C->getSplatValue(); in indexValid()
219 OpC = OpC->getSplatValue();
327 COp1 = dyn_cast_or_null<ConstantInt>(CV->getSplatValue()); in FoldShiftByConstant()329 COp1 = dyn_cast_or_null<ConstantInt>(CV->getSplatValue()); in FoldShiftByConstant()
1091 dyn_cast_or_null<ConstantInt>(CV1->getSplatValue())) in visitCallInst()
131 if (cast<Constant>(V)->getSplatValue() != nullptr) in getOperandInfo()
1229 Index = CIndex->getSplatValue(); in computeKnownBitsFromOperator()
3568 if (auto *Splat = CVec->getSplatValue()) in SimplifyExtractElementInst()
1549 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()1622 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()7067 SDValue BuildVectorSDNode::getSplatValue(BitVector *UndefElements) const { in getSplatValue() function in BuildVectorSDNode7096 return dyn_cast_or_null<ConstantSDNode>(getSplatValue(UndefElements)); in getConstantSplatNode()7101 return dyn_cast_or_null<ConstantFPSDNode>(getSplatValue(UndefElements)); in getConstantFPSplatNode()
2800 cast<ConstantDataVector>(Idx)->getSplatValue()) in visitGetElementPtr()2801 CI = cast<ConstantInt>(cast<ConstantDataVector>(Idx)->getSplatValue()); in visitGetElementPtr()
1065 Constant *SplatValue = cast<Constant>(IOp)->getSplatValue(); in areInstsCompatible()1067 SplatValue == cast<Constant>(JOp)->getSplatValue()) in areInstsCompatible()
5054 Constant *SplatValue = cast<Constant>(Op2)->getSplatValue(); in getInstructionCost()
1682 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;
4247 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
5095 SDValue Splat = BVOp->getSplatValue(&UndefElements); in LowerVectorBroadcast()17253 BaseShAmt = BV->getSplatValue(); in LowerScalarVariableShift()