Lines Matching defs:StoreValues
3117 SmallVector<Value *, 2> StoreValues;
3119 StoreValues.emplace_back(ConstantInt::get(LCTy, 1));
3120 StoreValues.emplace_back(ConstantInt::get(LCTy, 2));
3124 StoreValues, ".cnt.addr",
3154 EXPECT_EQ(StoreValue->getValueOperand(), StoreValues[Iter]);
3202 SmallVector<Value *, 2> StoreValues;
3204 StoreValues.emplace_back(ConstantInt::get(LCTy, 1));
3205 StoreValues.emplace_back(ConstantInt::get(LCTy, 2));
3209 StoreValues, ".cnt.addr",
3239 EXPECT_EQ(StoreValue->getValueOperand(), StoreValues[Iter]);