Home | History | Annotate | Download | only in Scalar

Lines Matching refs:StoreVal

2130       Constant *StoreVal;
2133 StoreVal = Constant::getNullValue(EltTy); // 0.0, null, 0, <0,0>
2149 StoreVal = ConstantInt::get(CI->getContext(), TotalVal);
2151 StoreVal = ConstantExpr::getIntToPtr(StoreVal, ValTy);
2153 StoreVal = ConstantExpr::getBitCast(StoreVal, ValTy);
2154 assert(StoreVal->getType() == ValTy && "Type mismatch!");
2159 StoreVal = ConstantVector::getSplat(NumElts, StoreVal);
2162 new StoreInst(StoreVal, EltPtr, MI);