Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp836 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; in SimplifyMultipleUseDemandedBits() local
841 AllUndef = false; in SimplifyMultipleUseDemandedBits()
846 if (AllUndef) in SimplifyMultipleUseDemandedBits()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7353 bool AllUndef = true; in computeZeroableShuffleElements() local
7357 AllUndef &= Op.isUndef(); in computeZeroableShuffleElements()
7360 if (AllUndef) in computeZeroableShuffleElements()