Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1276 bool Op0Match = BO->getOperand(0) == Op; in constantFoldUser() local
1278 assert((Op0Match || Op1Match) && in constantFoldUser()
1280 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1366 bool Op0Match = BO->getOperand(0) == Op; in constantFoldUser() local
1368 assert((Op0Match || Op1Match) && in constantFoldUser()
1370 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()