reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4961 if (Operation < AtomicRMWInst::FIRST_BINOP ||
lib/IR/Verifier.cpp 3545 Assert(AtomicRMWInst::FIRST_BINOP <= Op && Op <= AtomicRMWInst::LAST_BINOP,
lib/Transforms/Instrumentation/ThreadSanitizer.cpp 248 for (int op = AtomicRMWInst::FIRST_BINOP;