Lines Matching refs:StoreVal
2272 Constant *StoreVal;
2275 StoreVal = Constant::getNullValue(EltTy); // 0.0, null, 0, <0,0>
2291 StoreVal = ConstantInt::get(CI->getContext(), TotalVal);
2293 StoreVal = ConstantExpr::getIntToPtr(StoreVal, ValTy);
2295 StoreVal = ConstantExpr::getBitCast(StoreVal, ValTy);
2296 assert(StoreVal->getType() == ValTy && "Type mismatch!");
2301 StoreVal = ConstantVector::getSplat(NumElts, StoreVal);
2304 new StoreInst(StoreVal, EltPtr, MI);