Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DByteProvider.h70 bool isConstantZero() const { return !Src; } in isConstantZero() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12596 if (!LHS->isConstantZero() && !RHS->isConstantZero()) in calculateByteProvider()
12598 if (!LHS || LHS->isConstantZero()) in calculateByteProvider()
12600 if (!RHS || RHS->isConstantZero()) in calculateByteProvider()
12965 if (!P || P->isConstantZero()) in matchPERM()
14667 if (!Byte0 || Byte0->isConstantZero()) { in handleMulOperand()
14671 if (Byte1 && !Byte1->isConstantZero()) { in handleMulOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9168 if (LHS->isConstantZero()) in calculateByteProvider()
9170 if (RHS->isConstantZero()) in calculateByteProvider()
9600 if (P->isConstantZero()) { in MatchLoadCombine()