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.cpp1425 bool Op1Match = BO->getOperand(1) == Op; in constantFoldUser() local
1426 assert((Op0Match || Op1Match) && in constantFoldUser()
1429 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()