Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7752 bool isConstantZero() const { return !Load; } in isConstantZero() function
7804 if (LHS->isConstantZero()) in calculateByteProvider()
7806 if (RHS->isConstantZero()) in calculateByteProvider()
8174 if (P->isConstantZero()) { in MatchLoadCombine()