Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2312 unsigned NegatedOpArg, OtherOpArg; in visitCallInst() local
2316 OtherOpArg = 1; in visitCallInst()
2320 OtherOpArg = 0; in visitCallInst()
2329 Value *OtherOp = II->getOperand(OtherOpArg); in visitCallInst()
2341 replaceOperand(*II, OtherOpArg, InverseOtherOp); in visitCallInst()