Home
last modified time | relevance | path

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

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