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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 7632           Address HB = CGF.Builder.CreateConstGEP(
 7670             LB = CGF.Builder.CreateConstGEP(ComponentLB, 1);
 7676                   CGF.Builder.CreateConstGEP(HB, 1).getPointer()),
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2885       Bld.CreateConstGEP(SrcAddr, 1), CGF.VoidPtrTy);
 2920       Address LocalPtr = Bld.CreateConstGEP(Ptr, 1);
 2921       Address LocalElemPtr = Bld.CreateConstGEP(ElemPtr, 1);
 2931       Ptr = Bld.CreateConstGEP(Ptr, 1);
 2932       ElemPtr = Bld.CreateConstGEP(ElemPtr, 1);