Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DControlFlowUtils.cpp246 bool AllUndef = true; in reconnectPhis() local
254 AllUndef &= isa<UndefValue>(V); in reconnectPhis()
261 if (AllUndef) { in reconnectPhis()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp952 bool AllUndef = true, IdentityLHS = true, IdentityRHS = true; in SimplifyMultipleUseDemandedBits() local
957 AllUndef = false; in SimplifyMultipleUseDemandedBits()
962 if (AllUndef) in SimplifyMultipleUseDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp27249 bool AllUndef = true; in replaceBoolVectorBitcast() local
27251 AllUndef &= Op.getOperand(I).isUndef(); in replaceBoolVectorBitcast()
27253 if (AllUndef) in replaceBoolVectorBitcast()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5906 bool AllUndef = true; in computeZeroableShuffleElements() local
5910 AllUndef &= Op.isUndef(); in computeZeroableShuffleElements()
5913 if (AllUndef) in computeZeroableShuffleElements()