Lines Matching refs:getSplatValue
51 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue())) in isNegativeZeroValue()
77 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue())) in isZeroValue()
111 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue()
137 if (Constant *Splat = CV->getSplatValue()) in isOneValue()
163 if (Constant *Splat = CV->getSplatValue()) in isMinSignedValue()
1368 Constant *Constant::getSplatValue() const { in getSplatValue() function in Constant
1373 return CV->getSplatValue(); in getSplatValue()
1375 return CV->getSplatValue(); in getSplatValue()
1379 Constant *ConstantVector::getSplatValue() const { in getSplatValue() function in ConstantVector
1392 assert(this->getSplatValue() && "Doesn't contain a unique integer!"); in getUniqueInteger()
2798 Constant *ConstantDataVector::getSplatValue() const { in getSplatValue() function in ConstantDataVector