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.h76 bool isConstantZero() const { return !Src; } in isConstantZero() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11826 if (!LHS->isConstantZero() && !RHS->isConstantZero()) in calculateByteProvider()
11828 if (!LHS || LHS->isConstantZero()) in calculateByteProvider()
11830 if (!RHS || RHS->isConstantZero()) in calculateByteProvider()
12195 if (!P || P->isConstantZero()) in matchPERM()
13786 if (!Byte0 || Byte0->isConstantZero()) { in handleMulOperand()
13790 if (Byte1 && !Byte1->isConstantZero()) { in handleMulOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8714 if (LHS->isConstantZero()) in calculateByteProvider()
8716 if (RHS->isConstantZero()) in calculateByteProvider()
9146 if (P->isConstantZero()) { in MatchLoadCombine()