Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1349 bool Op1Match = BO->getOperand(1) == Op; in constantFoldUser() local
1350 assert((Op0Match || Op1Match) && in constantFoldUser()
1353 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()