Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1277 bool Op1Match = BO->getOperand(1) == Op; in constantFoldUser() local
1278 assert((Op0Match || Op1Match) && in constantFoldUser()
1281 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1367 bool Op1Match = BO->getOperand(1) == Op; in constantFoldUser() local
1368 assert((Op0Match || Op1Match) && in constantFoldUser()
1371 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()