Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1736 bool HasUndef = false, HasPoison = false; in performSymbolicPHIEvaluation() local
1743 HasUndef = true; in performSymbolicPHIEvaluation()
1752 if (HasUndef) { in performSymbolicPHIEvaluation()
1775 if (HasUndef && !isGuaranteedNotToBePoison(AllSameValue, AC, nullptr, DT)) in performSymbolicPHIEvaluation()
1787 if (HasPoison || HasUndef) { in performSymbolicPHIEvaluation()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9731 bool HasUndef; in lowerBuildVectorAsBroadcast() local
9733 if (BVOp->isConstantSplat(SplatValue, Undef, SplatBitSize, HasUndef) && in lowerBuildVectorAsBroadcast()