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