Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5007 auto CastBitData = [&](APInt &UndefSrcElts, ArrayRef<APInt> SrcEltBits) { in getTargetConstantBitsFromNode() argument
5008 unsigned NumSrcElts = UndefSrcElts.getBitWidth(); in getTargetConstantBitsFromNode()
5015 if (UndefSrcElts.getBoolValue() && !AllowUndefs) in getTargetConstantBitsFromNode()
5020 UndefElts = UndefSrcElts; in getTargetConstantBitsFromNode()
5031 if (UndefSrcElts[i]) in getTargetConstantBitsFromNode()
5102 APInt UndefSrcElts = APInt::getAllOnes(NumElts); in getTargetConstantBitsFromNode() local
5104 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
5109 APInt UndefSrcElts = APInt::getZero(1); in getTargetConstantBitsFromNode() local
5111 return CastBitData(UndefSrcElts, SrcEltBits); in getTargetConstantBitsFromNode()
5114 APInt UndefSrcElts = APInt::getZero(1); in getTargetConstantBitsFromNode() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3113 APInt UndefSrcElts; in isSplatValue() local
3115 if (isSplatValue(Src, DemandedSrcElts, UndefSrcElts, Depth + 1)) { in isSplatValue()
3116 UndefElts = UndefSrcElts.extractBits(NumElts, Idx); in isSplatValue()
3130 APInt UndefSrcElts; in isSplatValue() local
3132 if (isSplatValue(Src, DemandedSrcElts, UndefSrcElts, Depth + 1)) { in isSplatValue()
3133 UndefElts = UndefSrcElts.trunc(NumElts); in isSplatValue()