Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:valueValue

152       llvm::Value *valueValue = EmitScalarExpr(Value);
153 EmitStoreThroughLValue(RValue::get(valueValue), ValueLV, /*isInit=*/true);
156 NeededObjects.push_back(valueValue);