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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1602   auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
 1605   llvm::Value *Undef = llvm::UndefValue::get(CGF.Int32Ty);
 1608         Undef, CGF.Int32Ty, "svcpt", CGF.Builder.GetInsertBlock());
 1608         Undef, CGF.Int32Ty, "svcpt", CGF.Builder.GetInsertBlock());
 1611         new llvm::BitCastInst(Undef, CGF.Int32Ty, "svcpt");
 1612     Elem.second.ServiceInsertPt->insertAfter(CGF.AllocaInsertPt);