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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8897 bool RHSIsAllZeros = ISD::isBuildVectorAllZeros(RHS.getNode()); local
8899 if (((RHSIsAllZeros && (CC == ISD::SETGT || CC == ISD::SETGE)) ||
8903 else if ((RHSIsAllZeros && (CC == ISD::SETLT || CC == ISD::SETLE)) &&

Completed in 126 milliseconds