Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2772 Constant *constOp; in handleSignedRelationalComparison() local
2775 if ((constOp = dyn_cast<Constant>(I.getOperand(1)))) { in handleSignedRelationalComparison()
2778 } else if ((constOp = dyn_cast<Constant>(I.getOperand(0)))) { in handleSignedRelationalComparison()
2786 if ((constOp->isNullValue() && in handleSignedRelationalComparison()
2788 (constOp->isAllOnesValue() && in handleSignedRelationalComparison()