Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp7294 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode() argument
7295 unsigned NumSrcElts = UndefSrcElts.getBitWidth(); in getTargetConstantBitsFromNode()
7302 if (UndefSrcElts.getBoolValue() && !AllowUndefs) in getTargetConstantBitsFromNode()
7307 UndefElts = UndefSrcElts; in getTargetConstantBitsFromNode()
7318 if (UndefSrcElts[i]) in getTargetConstantBitsFromNode()
7371 APInt UndefSrcElts = APInt::getAllOnes(NumElts); in getTargetConstantBitsFromNode() local
7373 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
7378 APInt UndefSrcElts = APInt::getZero(1); in getTargetConstantBitsFromNode() local
7380 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
7383 APInt UndefSrcElts = APInt::getZero(1); in getTargetConstantBitsFromNode() local
[all …]
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2708 APInt UndefSrcElts; in isSplatValue() local
2710 if (isSplatValue(Src, DemandedSrcElts, UndefSrcElts, Depth + 1)) { in isSplatValue()
2711 UndefElts = UndefSrcElts.extractBits(NumElts, Idx); in isSplatValue()
2725 APInt UndefSrcElts; in isSplatValue() local
2727 if (isSplatValue(Src, DemandedSrcElts, UndefSrcElts, Depth + 1)) { in isSplatValue()
2728 UndefElts = UndefSrcElts.trunc(NumElts); in isSplatValue()