Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1880 unsigned NegatedOpArg, OtherOpArg; in visitCallInst() local
1883 NegatedOpArg = 0; in visitCallInst()
1887 NegatedOpArg = 1; in visitCallInst()
1908 replaceOperand(*II, NegatedOpArg, OpNotNeg); in visitCallInst()
1915 NewArgs[NegatedOpArg] = OpNotNeg; in visitCallInst()