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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6421 bool isConstantZero() const { return !Load; } function in struct:__anon84::ByteProvider
6473 if (LHS->isConstantZero())
6475 if (RHS->isConstantZero())
6808 if (P->isConstantZero()) {

Completed in 95 milliseconds