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

References

lib/Bitcode/Reader/BitcodeReader.cpp
 4962           Operation > AtomicRMWInst::LAST_BINOP)
lib/IR/Verifier.cpp
 3545   Assert(AtomicRMWInst::FIRST_BINOP <= Op && Op <= AtomicRMWInst::LAST_BINOP,
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  122   FunctionCallee TsanAtomicRMW[AtomicRMWInst::LAST_BINOP + 1]
  249         op <= AtomicRMWInst::LAST_BINOP; ++op) {