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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
 1167     Result = IC.Builder.CreateLaunderInvariantGroup(StrippedInvariantGroupsArg);
tools/clang/lib/CodeGen/CGBuiltin.cpp
 2695       Ptr = Builder.CreateLaunderInvariantGroup(Ptr);
tools/clang/lib/CodeGen/CGClass.cpp
 1297       CXXThisValue = Builder.CreateLaunderInvariantGroup(LoadCXXThis());
 1314       CXXThisValue = Builder.CreateLaunderInvariantGroup(LoadCXXThis());
 1505         CXXThisValue = Builder.CreateLaunderInvariantGroup(LoadCXXThis());
tools/clang/lib/CodeGen/CGExpr.cpp
 4080       addr = Address(Builder.CreateLaunderInvariantGroup(addr.getPointer()),
tools/clang/lib/CodeGen/CGExprCXX.cpp
 1700     result = Address(Builder.CreateLaunderInvariantGroup(result.getPointer()),
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2017         Src = Builder.CreateLaunderInvariantGroup(Src);
 2176         IntToPtr = Builder.CreateLaunderInvariantGroup(IntToPtr);