Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1215 bool Op0Match = BO->getOperand(0) == Op; in constantFoldUser() local
1217 assert((Op0Match || Op1Match) && in constantFoldUser()
1219 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()