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

References

unittests/Transforms/Utils/CloningTest.cpp
  487     IBuilder.SetInsertPoint(Entry);
  489     IBuilder.SetCurrentDebugLocation(Loc);
  490     AllocaInst* Alloca = IBuilder.CreateAlloca(IntegerType::getInt32Ty(C));
  491     IBuilder.SetCurrentDebugLocation(DebugLoc::get(4, 2, Subprogram));
  492     Value* AllocaContent = IBuilder.getInt32(1);
  493     Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca);
  494     IBuilder.SetCurrentDebugLocation(DebugLoc::get(5, 2, Subprogram));
  519     IBuilder.SetCurrentDebugLocation(InlinedDL);
  521     IBuilder.CreateStore(IBuilder.getInt32(2), Alloca);
  521     IBuilder.CreateStore(IBuilder.getInt32(2), Alloca);
  524     IBuilder.CreateRetVoid();