Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2848 APInt SrcUndefs; in isSplatValue() local
2850 (isSplatValue(Src, SrcElts, SrcUndefs, Depth + 1) && in isSplatValue()
2851 (SrcElts & SrcUndefs).isZero()); in isSplatValue()