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

References

lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  541     if (isa<VectorType>(StoredValue->getType()))
  542       StoredValue = IRB.CreateExtractElement(
  543           StoredValue, ConstantInt::get(IRB.getInt32Ty(), 0));
  544     if (StoredValue->getType()->isIntegerTy())
  545       StoredValue = IRB.CreateIntToPtr(StoredValue, IRB.getInt8PtrTy());
  545       StoredValue = IRB.CreateIntToPtr(StoredValue, IRB.getInt8PtrTy());
  549                     IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())});