Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7116 bool isConstantZero() const { return !Load; } in isConstantZero() function
7168 if (LHS->isConstantZero()) in calculateByteProvider()
7170 if (RHS->isConstantZero()) in calculateByteProvider()
7538 if (P->isConstantZero()) { in MatchLoadCombine()