Example #1
0
File: dvalue.cpp Project: kinke/ldc
LLValue *DSpecialRefValue::getRVal() {
  return DLValue(type, getLVal()).getRVal();
}
Example #2
0
DRValue *DSpecialRefValue::getRVal() {
  return DLValue(type, DtoLoad(val)).getRVal();
}