コード例 #1
0
ファイル: LLVMReadVisitor.java プロジェクト: graalvm/sulong
 private void visitLoadInstructionRead(Instruction_load instr) {
   visitValueRef(instr.getPointer().getRef());
 }
コード例 #2
0
 @Override
 public ResolvedType caseInstruction_load(Instruction_load object) {
   return resolve(object.getPointer().getType()).getContainedType(0);
 }