Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLazyValueInfo.cpp1301 bool Op1Match = BO->getOperand(1) == Op; in constantFoldUser() local
1302 assert((Op0Match || Op1Match) && in constantFoldUser()
1305 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()