Home | History | Annotate | Download | only in IR

Lines Matching refs:getSplatValue

52     if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue()))
102 if (Constant *Splat = CV->getSplatValue())
107 if (Constant *Splat = CV->getSplatValue())
1268 /// getSplatValue - If this is a splat vector constant, meaning that all of
1270 Constant *Constant::getSplatValue() const {
1275 return CV->getSplatValue();
1277 return CV->getSplatValue();
1281 /// getSplatValue - If this is a splat constant, where all of the
1283 Constant *ConstantVector::getSplatValue() const {
1298 assert(this->getSplatValue() && "Doesn't contain a unique integer!");
2499 /// getSplatValue - If this is a splat constant, meaning that all of the
2501 Constant *ConstantDataVector::getSplatValue() const {