Home
last modified time | relevance | path

Searched refs:CmpOperand (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp831 Value *CmpOperand = in instrumentAtomic() local
836 CmpOperand, in instrumentAtomic()
841 Value *Success = IRB.CreateICmpEQ(C, CmpOperand); in instrumentAtomic()