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