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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2103 static APInt getKnownUndefForVectorBinop(SDValue BO, SelectionDAG &DAG, function
2562 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS);
2580 KnownUndef = UndefLHS & UndefRHS; // TODO: use getKnownUndefForVectorBinop?
2595 // TODO: Extend getKnownUndefForVectorBinop to also deal with known zeros

Completed in 178 milliseconds