Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2312 unsigned NegatedOpArg, OtherOpArg; in visitCallInst() local
2315 NegatedOpArg = 0; in visitCallInst()
2319 NegatedOpArg = 1; in visitCallInst()
2340 replaceOperand(*II, NegatedOpArg, OpNotNeg); in visitCallInst()
2347 NewArgs[NegatedOpArg] = OpNotNeg; in visitCallInst()