reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-c-test/module.c
   96         for (isn = LLVMGetFirstInstruction(bb); isn;
   96         for (isn = LLVMGetFirstInstruction(bb); isn;
   97              isn = LLVMGetNextInstruction(isn)) {
   97              isn = LLVMGetNextInstruction(isn)) {
   99           if (LLVMIsACallInst(isn)) {
  101                 LLVMGetOperand(isn, LLVMGetNumOperands(isn) - 1);
  101                 LLVMGetOperand(isn, LLVMGetNumOperands(isn) - 1);