Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2691 APInt SrcUndefs; in isSplatValue() local
2693 (isSplatValue(Src, SrcElts, SrcUndefs, Depth + 1) && in isSplatValue()
2694 (SrcElts & SrcUndefs).isZero()); in isSplatValue()