Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7086 bool isConstantZero() const { return !Load; } in isConstantZero() function
7138 if (LHS->isConstantZero()) in calculateByteProvider()
7140 if (RHS->isConstantZero()) in calculateByteProvider()
7500 if (P->isConstantZero()) { in MatchLoadCombine()