Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2731 Constant *constOp; in handleSignedRelationalComparison() local
2734 if ((constOp = dyn_cast<Constant>(I.getOperand(1)))) { in handleSignedRelationalComparison()
2737 } else if ((constOp = dyn_cast<Constant>(I.getOperand(0)))) { in handleSignedRelationalComparison()
2745 if ((constOp->isNullValue() && in handleSignedRelationalComparison()
2747 (constOp->isAllOnesValue() && in handleSignedRelationalComparison()